1
0
mirror of https://github.com/pmmp/BedrockData.git synced 2024-07-07 19:45:53 -03:00
BedrockData/upgrade_schema/0041_1.14.0_to_1.16.0.57_beta.json
2022-02-11 20:20:39 +00:00

31 lines
736 B
JSON

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