1
0
mirror of https://github.com/pmmp/BedrockData.git synced 2024-07-07 19:45:53 -03:00
BedrockData/upgrade_schema/0071_1.16.0_to_1.16.100.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.8 KiB
JSON

{
"maxVersionMajor": 1,
"maxVersionMinor": 16,
"maxVersionPatch": 0,
"maxVersionRevision": 16,
"addedProperties": {
"minecraft:chain": {
"pillar_axis": {
"type": "string",
"value": "y"
}
}
},
"renamedProperties": {
"minecraft:bee_nest": {
"facing_direction": "direction"
},
"minecraft:beehive": {
"facing_direction": "direction"
}
},
"remappedPropertyValues": {
"minecraft:bee_nest": {
"facing_direction": "facing_direction_00"
},
"minecraft:beehive": {
"facing_direction": "facing_direction_00"
}
},
"remappedPropertyValuesIndex": {
"facing_direction_00": [
{
"old": {
"type": "int",
"value": 4
},
"new": {
"type": "int",
"value": 1
}
},
{
"old": {
"type": "int",
"value": 3
},
"new": {
"type": "int",
"value": 0
}
},
{
"old": {
"type": "int",
"value": 5
},
"new": {
"type": "int",
"value": 3
}
},
{
"old": {
"type": "int",
"value": 1
},
"new": {
"type": "int",
"value": 0
}
}
]
}
}