Oops this is supposed to be uppercase.

This commit is contained in:
Brianna 2021-06-13 13:23:07 -05:00
parent a608ac4cc7
commit f86e35c7a2

View File

@ -37,7 +37,7 @@ public enum ClassMapping {
CRAFT_BLOCK("block", "CraftBlock"),
CRAFT_BLOCK_DATA("block.data", "CraftBlockData"),
CRAFT_CHUNK("craftChunk"),
CRAFT_CHUNK("CraftChunk"),
CRAFT_ENTITY("entity", "CraftEntity"),
CRAFT_PLAYER("entity", "CraftPlayer"),
CRAFT_WORLD("CraftWorld");