1
0
mirror of https://github.com/pmmp/BedrockData.git synced 2024-07-07 18:36:05 -03:00
BedrockData/upgrade_schema/0061_1.16.0.59_beta_to_1.16.0.68_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

75 lines
1.9 KiB
JSON

{
"maxVersionMajor": 1,
"maxVersionMinor": 16,
"maxVersionPatch": 0,
"maxVersionRevision": 14,
"renamedIds": {
"minecraft:lodestone_block": "minecraft:lodestone",
"minecraft:twisting_vines_block": "minecraft:twisting_vines"
},
"addedProperties": {
"minecraft:melon_stem": {
"facing_direction": {
"type": "int",
"value": 0
}
},
"minecraft:pumpkin_stem": {
"facing_direction": {
"type": "int",
"value": 0
}
}
},
"removedProperties": {
"minecraft:blackstone_wall": [
"wall_block_type"
],
"minecraft:polished_blackstone_brick_wall": [
"wall_block_type"
],
"minecraft:polished_blackstone_wall": [
"wall_block_type"
]
},
"remappedPropertyValues": {
"minecraft:cobblestone_wall": {
"wall_block_type": "wall_block_type_00"
}
},
"remappedPropertyValuesIndex": {
"wall_block_type_00": [
{
"old": {
"type": "string",
"value": "blackstone"
},
"new": {
"type": "string",
"value": "cobblestone"
}
},
{
"old": {
"type": "string",
"value": "polished_blackstone_brick"
},
"new": {
"type": "string",
"value": "cobblestone"
}
},
{
"old": {
"type": "string",
"value": "polished_blackstone"
},
"new": {
"type": "string",
"value": "cobblestone"
}
}
]
}
}