1
0
mirror of https://github.com/pmmp/BedrockData.git synced 2024-07-07 18:36:05 -03:00
BedrockData/upgrade_schema/mapping_schema_0011_1.14.0_to_1.16.0.json
2022-02-02 14:33:43 +00:00

44 lines
1.1 KiB
JSON

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