mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2026-08-15 13:04:36 +00:00
Inventory, Terrain and Entity handling
This commit is contained in:
parent
58a5260b5b
commit
5a6fd577e5
35 changed files with 3456 additions and 66 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue