1
0
mirror of https://github.com/pmmp/BedrockData.git synced 2024-07-07 19:45:53 -03:00
BedrockData/upgrade_schema/mapping_schema_0021_1.16.0_to_1.16.100.json
2022-02-02 14:33:43 +00:00

108 lines
2.8 KiB
JSON

{
"renamedProperties": {
"minecraft:beehive": {
"facing_direction": "direction"
},
"minecraft:bee_nest": {
"facing_direction": "direction"
}
},
"addedProperties": {
"minecraft:chain": {
"pillar_axis": {
"type": "string",
"value": "y"
}
}
},
"remappedPropertyValues": {
"minecraft:beehive": {
"facing_direction": [
{
"old": {
"type": "int",
"value": 1
},
"new": {
"type": "int",
"value": 0
}
},
{
"old": {
"type": "int",
"value": 3
},
"new": {
"type": "int",
"value": 0
}
},
{
"old": {
"type": "int",
"value": 5
},
"new": {
"type": "int",
"value": 3
}
},
{
"old": {
"type": "int",
"value": 4
},
"new": {
"type": "int",
"value": 1
}
}
]
},
"minecraft:bee_nest": {
"facing_direction": [
{
"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
}
}
]
}
}
}