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
2022-02-11 20:20:39 +00:00

66 lines
1.4 KiB
JSON

{
"maxVersionMajor": 1,
"maxVersionMinor": 16,
"maxVersionPatch": 0,
"maxVersionRevision": 16,
"addedProperties": {
"minecraft:chain": {
"pillar_axis": {
"string": "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": {
"int": 4
},
"new": {
"int": 1
}
},
{
"old": {
"int": 3
},
"new": {
"int": 0
}
},
{
"old": {
"int": 5
},
"new": {
"int": 3
}
},
{
"old": {
"int": 1
},
"new": {
"int": 0
}
}
]
}
}