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

49 lines
1.2 KiB
JSON

{
"maxVersionMajor": 1,
"maxVersionMinor": 16,
"maxVersionPatch": 0,
"maxVersionRevision": 14,
"addedProperties": {
"minecraft:melon_stem": {
"facing_direction": {
"type": "int",
"value": 0
}
},
"minecraft:jigsaw": {
"rotation": {
"type": "int",
"value": 0
}
},
"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:pumpkin_stem": {
"facing_direction": {
"type": "int",
"value": 0
}
}
}
}