Difference between revisions of "Code Snippets"
Jump to navigation
Jump to search
(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.) |
m (Add Category:Minecraft Modern.) |
||
(5 intermediate revisions by 3 users not shown) | |||
Line 2: | Line 2: | ||
* Yggdrasil Authentication [ Python3 ]: https://gist.github.com/nickelpro/7015554 | * Yggdrasil Authentication [ Python3 ]: https://gist.github.com/nickelpro/7015554 | ||
− | * Minecraft Skin Preview Creation [ Python, PHP ]: | + | * LAN world sender & receiver [ PHP ]: https://gist.github.com/timmyRS/3760aa3cfbef822bac57fbccde73c119 |
+ | * Minecraft Skin Preview Creation [ Python, PHP ]: https://web.archive.org/web/20120708072121/http://w.tkte.ch/minecraft/skin_previews '''Archived page''' | ||
* zlib chunk decompression [ C ]: http://wiki.vg/Chunk_data_decompressing_%28Zlib%29 | * zlib chunk decompression [ C ]: http://wiki.vg/Chunk_data_decompressing_%28Zlib%29 | ||
− | * Java Hex Digest SHA-1 Hash Creation [ C# ]: https://gist.github.com/SirCmpwn/6d78aa1efd40124019ae | + | * Java Hex Digest SHA-1 Hash Creation [ C# ]: https://web.archive.org/web/20151022210954/https://gist.github.com/SirCmpwn/6d78aa1efd40124019ae |
− | * Slot Data Parsing [ C# ]: https://gist.github.com/SirCmpwn/860056fcc7da1036ebf3 | + | * Slot Data Parsing [ C# ]: https://web.archive.org/web/20151022210938/https://gist.github.com/SirCmpwn/860056fcc7da1036ebf3 |
− | * 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://web.archive.org/web/20151022210950/https://gist.github.com/SirCmpwn/17f848aa8ae87da7427f |
− | * Minecraft protocol data types [ C# ]: https://gist.github.com/SirCmpwn/f97a066a0f05f750f32e | + | * Minecraft protocol data types [ C# ]: https://web.archive.org/web/20151022210942/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 | ||
+ | |||
+ | [[Category:Minecraft Modern]] |
Latest revision as of 19:00, 26 February 2024
Code Snippets
- Yggdrasil Authentication [ Python3 ]: https://gist.github.com/nickelpro/7015554
- LAN world sender & receiver [ PHP ]: https://gist.github.com/timmyRS/3760aa3cfbef822bac57fbccde73c119
- Minecraft Skin Preview Creation [ Python, PHP ]: https://web.archive.org/web/20120708072121/http://w.tkte.ch/minecraft/skin_previews Archived page
- zlib chunk decompression [ C ]: http://wiki.vg/Chunk_data_decompressing_%28Zlib%29
- Java Hex Digest SHA-1 Hash Creation [ C# ]: https://web.archive.org/web/20151022210954/https://gist.github.com/SirCmpwn/6d78aa1efd40124019ae
- Slot Data Parsing [ C# ]: https://web.archive.org/web/20151022210938/https://gist.github.com/SirCmpwn/860056fcc7da1036ebf3
- Nibble array storage for chunk metadata, block light, sky light, etc [ C# ]: https://web.archive.org/web/20151022210950/https://gist.github.com/SirCmpwn/17f848aa8ae87da7427f
- Minecraft protocol data types [ C# ]: https://web.archive.org/web/20151022210942/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