Minecraft-Console-Client/MinecraftClient/Mapping
ORelio c04b17cabc Implement Terrain and Movements for MC 1.13
Special thanks to @TheSnoozer and @vkorn for their help!

 - Implement global block Palette mechanism
 - Add class generation tool from blocks.json
 - Regenerate Material.cs and redefine solid blocks
 - Migrate previous Material.cs into Palette112
 - Generate Palette113 from MC 1.13.2 blocks.json
 - Improve Block class to handle up to 65535 block states
 - Adjust terrain parsing, small fixes in packets
 - Remove unused snapshot-related protocol cases

Solves #599
2019-04-25 22:19:50 +02:00
..
BlockPalettes Implement Terrain and Movements for MC 1.13 2019-04-25 22:19:50 +02:00
Block.cs Implement Terrain and Movements for MC 1.13 2019-04-25 22:19:50 +02:00
Chunk.cs Terrain: Fix coordinate parsing (negative coords) 2015-12-08 00:34:40 +01:00
ChunkColumn.cs Fix index out of bound when height < 0 or > 255 2016-07-22 23:47:36 +02:00
Direction.cs Add simple movements with /move command 2015-12-12 16:48:38 +01:00
Location.cs Add simple movements with /move command 2015-12-12 16:48:38 +01:00
Material.cs Implement Terrain and Movements for MC 1.13 2019-04-25 22:19:50 +02:00
MaterialExtensions.cs Implement Terrain and Movements for MC 1.13 2019-04-25 22:19:50 +02:00
Movement.cs Implement more realisic fall to ground 2017-03-10 23:40:02 +01:00
World.cs Implement Terrain and Movements for MC 1.13 2019-04-25 22:19:50 +02:00