1
0
mirror of https://github.com/pmmp/BedrockData.git synced 2024-07-07 18:36:05 -03:00
BedrockData/upgrade_schema/0071_1.17.10_to_1.17.30.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

21 lines
451 B
JSON

{
"maxVersionMajor": 1,
"maxVersionMinor": 16,
"maxVersionPatch": 210,
"maxVersionRevision": 3,
"addedProperties": {
"minecraft:frame": {
"item_frame_photo_bit": {
"type": "byte",
"value": 0
}
},
"minecraft:glow_frame": {
"item_frame_photo_bit": {
"type": "byte",
"value": 0
}
}
}
}