Inventory, Terrain and Entity handling

This commit is contained in:
Anon 2024-07-02 11:08:46 +02:00
parent 58a5260b5b
commit 5a6fd577e5
35 changed files with 3456 additions and 66 deletions

View file

@ -167,7 +167,7 @@ namespace MinecraftClient.Mapping.BlockPalettes
for (int i = 1328; i <= 1339; i++)
materials[i] = Material.StickyPiston;
materials[1340] = Material.Cobweb;
materials[1341] = Material.Grass;
materials[1341] = Material.ShortGrass;
materials[1342] = Material.Fern;
materials[1343] = Material.DeadBush;
materials[1344] = Material.Seagrass;