1
0
mirror of https://github.com/pmmp/BedrockData.git synced 2024-07-07 19:45:53 -03:00
BedrockData/upgrade_schema/0011_1.10.0_to_1.12.0.json
Dylan K. Taylor fe72d9078d
Added (incomplete) schemas for 1.9, 1.10 and 1.12
we need these for upgrading itemstacks.
2022-02-09 18:59:08 +00:00

148 lines
3.8 KiB
JSON

{
"maxVersionMajor": 1,
"maxVersionMinor": 12,
"maxVersionPatch": 0,
"maxVersionRevision": 1,
"addedProperties": {
"minecraft:barrel": {
"open_bit": {
"type": "byte",
"value": 0
}
},
"minecraft:bell": {
"toggle_bit": {
"type": "byte",
"value": 0
}
},
"minecraft:campfire": {
"direction": {
"type": "int",
"value": 0
},
"extinguished": {
"type": "byte",
"value": 0
}
},
"minecraft:lectern": {
"powered_bit": {
"type": "byte",
"value": 0
}
}
},
"renamedProperties": {
"minecraft:blast_furnace": {
"direction": "facing_direction"
},
"minecraft:composter": {
"fill_level": "composter_fill_level"
},
"minecraft:coral_fan": {
"direction": "coral_fan_direction"
},
"minecraft:coral_fan_dead": {
"direction": "coral_fan_direction"
},
"minecraft:smoker": {
"direction": "facing_direction"
}
},
"remappedPropertyValues": {
"minecraft:barrel": {
"facing_direction": [
{
"old": {
"type": "int",
"value": 7
},
"new": {
"type": "int",
"value": 0
}
},
{
"old": {
"type": "int",
"value": 6
},
"new": {
"type": "int",
"value": 0
}
}
]
},
"minecraft:blast_furnace": {
"direction": [
{
"old": {
"type": "int",
"value": 0
},
"new": {
"type": "int",
"value": 3
}
},
{
"old": {
"type": "int",
"value": 1
},
"new": {
"type": "int",
"value": 4
}
},
{
"old": {
"type": "int",
"value": 3
},
"new": {
"type": "int",
"value": 5
}
}
]
},
"minecraft:smoker": {
"direction": [
{
"old": {
"type": "int",
"value": 1
},
"new": {
"type": "int",
"value": 4
}
},
{
"old": {
"type": "int",
"value": 3
},
"new": {
"type": "int",
"value": 5
}
},
{
"old": {
"type": "int",
"value": 0
},
"new": {
"type": "int",
"value": 3
}
}
]
}
}
}