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

37 lines
934 B
JSON

{
"maxVersionMajor": 1,
"maxVersionMinor": 16,
"maxVersionPatch": 0,
"maxVersionRevision": 0,
"addedProperties": {
"minecraft:cobblestone_wall": {
"wall_connection_type_east": {
"type": "string",
"value": "none"
},
"wall_connection_type_north": {
"type": "string",
"value": "none"
},
"wall_connection_type_south": {
"type": "string",
"value": "none"
},
"wall_connection_type_west": {
"type": "string",
"value": "none"
},
"wall_post_bit": {
"type": "byte",
"value": 0
}
},
"minecraft:jigsaw": {
"rotation": {
"type": "int",
"value": 0
}
}
}
}