1
0
mirror of https://github.com/pmmp/BedrockData.git synced 2024-07-07 19:45:53 -03:00
BedrockData/upgrade_schema/0091_1.17.10_to_1.17.30.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

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
}
}
}
}