mirror of
https://github.com/songoda/SongodaCore.git
synced 2024-11-23 18:45:34 +01:00
Fixed some typos.
This commit is contained in:
parent
947e0d5b2d
commit
6c197d3309
@ -4,7 +4,7 @@ public enum ClassMapping {
|
||||
|
||||
BIOME_BASE("world.level.biome", "BiomeBase"),
|
||||
BIOME_STORAGE("world.level.chunk", "BiomeStorage"),
|
||||
BLOCK("level.block", "BlockPosition"),
|
||||
BLOCK("world.level.block", "Block"),
|
||||
BLOCK_BASE("world.level.block.state", "BlockBase"),
|
||||
BLOCK_BUTTON_ABSTRACT("world.level.block", "BlockButtonAbstract"),
|
||||
BLOCK_PRESSURE_PLATE_ABSTRACT("world.level.block", "BlockPressurePlateAbstract"),
|
||||
|
Loading…
Reference in New Issue
Block a user