Code Snippets: Difference between revisions

From wiki.vg
Jump to navigation Jump to search
imported>Pixels
First off, you can't just interchangeably say "python" referring to one version. Second, w.tkte.ch seems to be down. If you have a copy, please upload it to gist.github.com and edit this page to link to i t.
imported>SirCmpwn
No edit summary
Line 8: Line 8:
* Nibble array storage for chunk metadata, block light, sky light, etc [ C# ]: https://gist.github.com/SirCmpwn/17f848aa8ae87da7427f
* Nibble array storage for chunk metadata, block light, sky light, etc [ C# ]: https://gist.github.com/SirCmpwn/17f848aa8ae87da7427f
* Minecraft protocol data types [ C# ]: https://gist.github.com/SirCmpwn/f97a066a0f05f750f32e
* Minecraft protocol data types [ C# ]: https://gist.github.com/SirCmpwn/f97a066a0f05f750f32e
* Fluid dynamics simulation (water, lava) [ C# ]: https://github.com/SirCmpwn/TrueCraft/blob/4f66305ad9239477e26e0a23930c881f75c30edb/TrueCraft.Core/Logic/Blocks/FluidBlock.cs

Revision as of 17:41, 11 February 2015

Code Snippets