Minecraft-Console-Client/MinecraftClient/Mapping/BlockPalettes
ReinforceZwei 53bd56100f
1.16+ Terrain and Movement support (#1353)
* First implementation
* Improve chunk reading performance
* Fix indentation
* Remove debug information
* Update MultiBlockChange packet
* Move skip varint to a method
* Fix crash when not using block palette
* Fix DataTypes.cs not compiling on .NET 4.0
Binary (0b) values not handled so converted to Hexadecimal (0x)
* Use the 1.16 chunk parsing code for 1.15 too
Document the differences in padding and factor the code
Co-authored-by: ORelio <ORelio@users.noreply.github.com>
2020-11-28 20:48:35 +01:00
..
BlockPalette.cs Implement entity types (#1001) 2020-05-24 18:21:22 +02:00
BlockPaletteGenerator.cs Add details on how to use BlockPaletteGenerator.cs (#1111) 2020-07-06 22:59:24 +02:00
Palette112.cs Implement entity types (#1001) 2020-05-24 18:21:22 +02:00
Palette113.cs Implement entity types (#1001) 2020-05-24 18:21:22 +02:00
Palette114.cs Implement entity types (#1001) 2020-05-24 18:21:22 +02:00
Palette115.cs Implement entity types (#1001) 2020-05-24 18:21:22 +02:00
Palette116.cs 1.16+ Terrain and Movement support (#1353) 2020-11-28 20:48:35 +01:00