1
0
mirror of https://github.com/pmmp/BedrockData.git synced 2024-07-07 19:45:53 -03:00
BedrockData/upgrade_schema/0051_1.16.0.57_beta_to_1.16.0.59_beta.json
Dylan K. Taylor 454fb9d725
Regenerate schemas including 1.16.0 beta versions
this includes some changes that weren't covered by the handwritten schema, such as some types of cobblestone_wall getting remapped.
2022-02-10 13:11:22 +00:00

18 lines
707 B
JSON

{
"maxVersionMajor": 1,
"maxVersionMinor": 16,
"maxVersionPatch": 0,
"maxVersionRevision": 9,
"renamedIds": {
"minecraft:basalt_block": "minecraft:basalt",
"minecraft:blue_fire": "minecraft:soul_fire",
"minecraft:blue_nether_wart_block": "minecraft:warped_wart_block",
"minecraft:crimson_trap_door": "minecraft:crimson_trapdoor",
"minecraft:polished_basalt_block": "minecraft:polished_basalt",
"minecraft:shroomlight_block": "minecraft:shroomlight",
"minecraft:soul_soil_block": "minecraft:soul_soil",
"minecraft:target_block": "minecraft:target",
"minecraft:weeping_vines_block": "minecraft:weeping_vines"
}
}