fix some block entities

This commit is contained in:
Bixilon 2021-07-31 13:16:46 +02:00
parent 7f04dfdf07
commit aa50a62b0e
No known key found for this signature in database
GPG Key ID: 5CAD791931B09AC4

View File

@ -27,9 +27,9 @@ object BlockEntityFixer {
"Sign" to "minecraft:sign",
"wall_sign" to "minecraft:sign",
"MobSpawner" to "minecraft:mob_spawner",
"Music" to "minecraft:noteblock",
"Music" to "minecraft:note_block",
"Cauldron" to "minecraft:brewing_stand",
"EnchantTable" to "minecraft:enhanting_table",
"EnchantTable" to "minecraft:enchanting_table",
"CommandBlock" to "minecraft:command_block",
"Beacon" to "minecraft:beacon",
"Skull" to "minecraft:skull",
@ -38,7 +38,7 @@ object BlockEntityFixer {
"Banner" to "minecraft:banner",
"FlowerPot" to "minecraft:flower_pot",
"Sign" to "minecraft:sign",
"Piston" to "minecraft:piston_head",
"Piston" to "minecraft:piston",
"Comparator" to "minecraft:comparator",
"minecraft:unpowered_comparator" to "minecraft:comparator",
"minecraft:powered_comparator" to "minecraft:comparator",