1
0
mirror of https://github.com/pmmp/BedrockData.git synced 2024-07-02 19:54:08 -03:00

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.
This commit is contained in:
Dylan K. Taylor 2022-02-10 13:11:22 +00:00
parent 1d96dd836a
commit 454fb9d725
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D
9 changed files with 109 additions and 60 deletions

@ -2,20 +2,8 @@
"maxVersionMajor": 1,
"maxVersionMinor": 16,
"maxVersionPatch": 0,
"maxVersionRevision": 14,
"maxVersionRevision": 0,
"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",
@ -38,8 +26,8 @@
"value": 0
}
},
"minecraft:pumpkin_stem": {
"facing_direction": {
"minecraft:jigsaw": {
"rotation": {
"type": "int",
"value": 0
}

@ -1,30 +0,0 @@
{
"maxVersionMajor": 1,
"maxVersionMinor": 16,
"maxVersionPatch": 0,
"maxVersionRevision": 14,
"renamedIds": {
"minecraft:blue_fire": "minecraft:soul_fire",
"minecraft:blue_nether_wart_block": "minecraft:warped_wart_block",
"minecraft:shroomlight_block": "minecraft:shroomlight",
"minecraft:weeping_vines_block": "minecraft:weeping_vines",
"minecraft:basalt_block": "minecraft:basalt",
"minecraft:polished_basalt_block": "minecraft:polished_basalt",
"minecraft:soul_soil_block": "minecraft:soul_soil",
"minecraft:target_block": "minecraft:target",
"minecraft:crimson_trap_door": "minecraft:crimson_trapdoor",
"minecraft:lodestone_block": "minecraft:lodestone",
"minecraft:twisting_vines_block": "minecraft:twisting_vines"
},
"removedProperties": {
"minecraft:blackstone_wall": [
"wall_block_type"
],
"minecraft:polished_blackstone_brick_wall": [
"wall_block_type"
],
"minecraft:polished_blackstone_wall": [
"wall_block_type"
]
}
}

@ -0,0 +1,17 @@
{
"maxVersionMajor": 1,
"maxVersionMinor": 16,
"maxVersionPatch": 0,
"maxVersionRevision": 9,
"renamedIds": {
"minecraft:basalt_block": "minecraft:basalt",
"minecraft:blue_fire": "minecraft:soul_fire",
"minecraft:blue_nether_wart_block": "minecraft:warped_wart_block",
"minecraft:crimson_trap_door": "minecraft:crimson_trapdoor",
"minecraft:polished_basalt_block": "minecraft:polished_basalt",
"minecraft:shroomlight_block": "minecraft:shroomlight",
"minecraft:soul_soil_block": "minecraft:soul_soil",
"minecraft:target_block": "minecraft:target",
"minecraft:weeping_vines_block": "minecraft:weeping_vines"
}
}

@ -0,0 +1,74 @@
{
"maxVersionMajor": 1,
"maxVersionMinor": 16,
"maxVersionPatch": 0,
"maxVersionRevision": 14,
"renamedIds": {
"minecraft:lodestone_block": "minecraft:lodestone",
"minecraft:twisting_vines_block": "minecraft:twisting_vines"
},
"addedProperties": {
"minecraft:melon_stem": {
"facing_direction": {
"type": "int",
"value": 0
}
},
"minecraft:pumpkin_stem": {
"facing_direction": {
"type": "int",
"value": 0
}
}
},
"removedProperties": {
"minecraft:blackstone_wall": [
"wall_block_type"
],
"minecraft:polished_blackstone_brick_wall": [
"wall_block_type"
],
"minecraft:polished_blackstone_wall": [
"wall_block_type"
]
},
"remappedPropertyValues": {
"minecraft:cobblestone_wall": {
"wall_block_type": "wall_block_type_00"
}
},
"remappedPropertyValuesIndex": {
"wall_block_type_00": [
{
"old": {
"type": "string",
"value": "blackstone"
},
"new": {
"type": "string",
"value": "cobblestone"
}
},
{
"old": {
"type": "string",
"value": "polished_blackstone_brick"
},
"new": {
"type": "string",
"value": "cobblestone"
}
},
{
"old": {
"type": "string",
"value": "polished_blackstone"
},
"new": {
"type": "string",
"value": "cobblestone"
}
}
]
}
}

@ -3,14 +3,6 @@
"maxVersionMinor": 16,
"maxVersionPatch": 0,
"maxVersionRevision": 16,
"renamedProperties": {
"minecraft:beehive": {
"facing_direction": "direction"
},
"minecraft:bee_nest": {
"facing_direction": "direction"
}
},
"addedProperties": {
"minecraft:chain": {
"pillar_axis": {
@ -19,11 +11,19 @@
}
}
},
"remappedPropertyValues": {
"renamedProperties": {
"minecraft:bee_nest": {
"facing_direction": "direction"
},
"minecraft:beehive": {
"facing_direction": "direction"
}
},
"remappedPropertyValues": {
"minecraft:bee_nest": {
"facing_direction": "facing_direction_00"
},
"minecraft:bee_nest": {
"minecraft:beehive": {
"facing_direction": "facing_direction_00"
}
},
@ -32,11 +32,11 @@
{
"old": {
"type": "int",
"value": 1
"value": 4
},
"new": {
"type": "int",
"value": 0
"value": 1
}
},
{
@ -62,11 +62,11 @@
{
"old": {
"type": "int",
"value": 4
"value": 1
},
"new": {
"type": "int",
"value": 1
"value": 0
}
}
]