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

Improved density of type tag info

This commit is contained in:
Dylan K. Taylor 2022-02-11 20:20:39 +00:00
parent 6b1dd536d3
commit b6ffd9dc61
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D
10 changed files with 793 additions and 1570 deletions

File diff suppressed because it is too large Load Diff

@ -6,30 +6,25 @@
"addedProperties": { "addedProperties": {
"minecraft:barrel": { "minecraft:barrel": {
"open_bit": { "open_bit": {
"type": "byte", "byte": 0
"value": 0
} }
}, },
"minecraft:bell": { "minecraft:bell": {
"toggle_bit": { "toggle_bit": {
"type": "byte", "byte": 0
"value": 0
} }
}, },
"minecraft:campfire": { "minecraft:campfire": {
"direction": { "direction": {
"type": "int", "int": 0
"value": 0
}, },
"extinguished": { "extinguished": {
"type": "byte", "byte": 0
"value": 0
} }
}, },
"minecraft:lectern": { "minecraft:lectern": {
"powered_bit": { "powered_bit": {
"type": "byte", "byte": 0
"value": 0
} }
} }
}, },
@ -65,54 +60,44 @@
"facing_direction_00": [ "facing_direction_00": [
{ {
"old": { "old": {
"type": "int", "int": 7
"value": 7
}, },
"new": { "new": {
"type": "int", "int": 0
"value": 0
} }
}, },
{ {
"old": { "old": {
"type": "int", "int": 6
"value": 6
}, },
"new": { "new": {
"type": "int", "int": 0
"value": 0
} }
} }
], ],
"direction_01": [ "direction_01": [
{ {
"old": { "old": {
"type": "int", "int": 0
"value": 0
}, },
"new": { "new": {
"type": "int", "int": 3
"value": 3
} }
}, },
{ {
"old": { "old": {
"type": "int", "int": 1
"value": 1
}, },
"new": { "new": {
"type": "int", "int": 4
"value": 4
} }
}, },
{ {
"old": { "old": {
"type": "int", "int": 3
"value": 3
}, },
"new": { "new": {
"type": "int", "int": 5
"value": 5
} }
} }
] ]

File diff suppressed because it is too large Load Diff

@ -6,30 +6,24 @@
"addedProperties": { "addedProperties": {
"minecraft:cobblestone_wall": { "minecraft:cobblestone_wall": {
"wall_connection_type_east": { "wall_connection_type_east": {
"type": "string", "string": "none"
"value": "none"
}, },
"wall_connection_type_north": { "wall_connection_type_north": {
"type": "string", "string": "none"
"value": "none"
}, },
"wall_connection_type_south": { "wall_connection_type_south": {
"type": "string", "string": "none"
"value": "none"
}, },
"wall_connection_type_west": { "wall_connection_type_west": {
"type": "string", "string": "none"
"value": "none"
}, },
"wall_post_bit": { "wall_post_bit": {
"type": "byte", "byte": 0
"value": 0
} }
}, },
"minecraft:jigsaw": { "minecraft:jigsaw": {
"rotation": { "rotation": {
"type": "int", "int": 0
"value": 0
} }
} }
} }

@ -10,14 +10,12 @@
"addedProperties": { "addedProperties": {
"minecraft:melon_stem": { "minecraft:melon_stem": {
"facing_direction": { "facing_direction": {
"type": "int", "int": 0
"value": 0
} }
}, },
"minecraft:pumpkin_stem": { "minecraft:pumpkin_stem": {
"facing_direction": { "facing_direction": {
"type": "int", "int": 0
"value": 0
} }
} }
}, },
@ -41,32 +39,26 @@
"wall_block_type_00": [ "wall_block_type_00": [
{ {
"old": { "old": {
"type": "string", "string": "blackstone"
"value": "blackstone"
}, },
"new": { "new": {
"type": "string", "string": "cobblestone"
"value": "cobblestone"
} }
}, },
{ {
"old": { "old": {
"type": "string", "string": "polished_blackstone_brick"
"value": "polished_blackstone_brick"
}, },
"new": { "new": {
"type": "string", "string": "cobblestone"
"value": "cobblestone"
} }
}, },
{ {
"old": { "old": {
"type": "string", "string": "polished_blackstone"
"value": "polished_blackstone"
}, },
"new": { "new": {
"type": "string", "string": "cobblestone"
"value": "cobblestone"
} }
} }
] ]

@ -6,8 +6,7 @@
"addedProperties": { "addedProperties": {
"minecraft:chain": { "minecraft:chain": {
"pillar_axis": { "pillar_axis": {
"type": "string", "string": "y"
"value": "y"
} }
} }
}, },
@ -31,42 +30,34 @@
"facing_direction_00": [ "facing_direction_00": [
{ {
"old": { "old": {
"type": "int", "int": 4
"value": 4
}, },
"new": { "new": {
"type": "int", "int": 1
"value": 1
} }
}, },
{ {
"old": { "old": {
"type": "int", "int": 3
"value": 3
}, },
"new": { "new": {
"type": "int", "int": 0
"value": 0
} }
}, },
{ {
"old": { "old": {
"type": "int", "int": 5
"value": 5
}, },
"new": { "new": {
"type": "int", "int": 3
"value": 3
} }
}, },
{ {
"old": { "old": {
"type": "int", "int": 1
"value": 1
}, },
"new": { "new": {
"type": "int", "int": 0
"value": 0
} }
} }
] ]

@ -6,14 +6,12 @@
"addedProperties": { "addedProperties": {
"minecraft:frame": { "minecraft:frame": {
"item_frame_photo_bit": { "item_frame_photo_bit": {
"type": "byte", "byte": 0
"value": 0
} }
}, },
"minecraft:glow_frame": { "minecraft:glow_frame": {
"item_frame_photo_bit": { "item_frame_photo_bit": {
"type": "byte", "byte": 0
"value": 0
} }
} }
} }

@ -6,8 +6,7 @@
"addedProperties": { "addedProperties": {
"minecraft:sculk_catalyst": { "minecraft:sculk_catalyst": {
"bloom": { "bloom": {
"type": "byte", "byte": 0
"value": 0
} }
} }
} }

@ -20,482 +20,386 @@
"multi_face_direction_bits_00": [ "multi_face_direction_bits_00": [
{ {
"old": { "old": {
"type": "int", "int": 4
"value": 4
}, },
"new": { "new": {
"type": "int", "int": 16
"value": 16
} }
}, },
{ {
"old": { "old": {
"type": "int", "int": 5
"value": 5
}, },
"new": { "new": {
"type": "int", "int": 17
"value": 17
} }
}, },
{ {
"old": { "old": {
"type": "int", "int": 6
"value": 6
}, },
"new": { "new": {
"type": "int", "int": 18
"value": 18
} }
}, },
{ {
"old": { "old": {
"type": "int", "int": 7
"value": 7
}, },
"new": { "new": {
"type": "int", "int": 19
"value": 19
} }
}, },
{ {
"old": { "old": {
"type": "int", "int": 8
"value": 8
}, },
"new": { "new": {
"type": "int", "int": 4
"value": 4
} }
}, },
{ {
"old": { "old": {
"type": "int", "int": 9
"value": 9
}, },
"new": { "new": {
"type": "int", "int": 5
"value": 5
} }
}, },
{ {
"old": { "old": {
"type": "int", "int": 10
"value": 10
}, },
"new": { "new": {
"type": "int", "int": 6
"value": 6
} }
}, },
{ {
"old": { "old": {
"type": "int", "int": 11
"value": 11
}, },
"new": { "new": {
"type": "int", "int": 7
"value": 7
} }
}, },
{ {
"old": { "old": {
"type": "int", "int": 12
"value": 12
}, },
"new": { "new": {
"type": "int", "int": 20
"value": 20
} }
}, },
{ {
"old": { "old": {
"type": "int", "int": 13
"value": 13
}, },
"new": { "new": {
"type": "int", "int": 21
"value": 21
} }
}, },
{ {
"old": { "old": {
"type": "int", "int": 14
"value": 14
}, },
"new": { "new": {
"type": "int", "int": 22
"value": 22
} }
}, },
{ {
"old": { "old": {
"type": "int", "int": 15
"value": 15
}, },
"new": { "new": {
"type": "int", "int": 23
"value": 23
} }
}, },
{ {
"old": { "old": {
"type": "int", "int": 16
"value": 16
}, },
"new": { "new": {
"type": "int", "int": 8
"value": 8
} }
}, },
{ {
"old": { "old": {
"type": "int", "int": 17
"value": 17
}, },
"new": { "new": {
"type": "int", "int": 9
"value": 9
} }
}, },
{ {
"old": { "old": {
"type": "int", "int": 18
"value": 18
}, },
"new": { "new": {
"type": "int", "int": 10
"value": 10
} }
}, },
{ {
"old": { "old": {
"type": "int", "int": 19
"value": 19
}, },
"new": { "new": {
"type": "int", "int": 11
"value": 11
} }
}, },
{ {
"old": { "old": {
"type": "int", "int": 20
"value": 20
}, },
"new": { "new": {
"type": "int", "int": 24
"value": 24
} }
}, },
{ {
"old": { "old": {
"type": "int", "int": 21
"value": 21
}, },
"new": { "new": {
"type": "int", "int": 25
"value": 25
} }
}, },
{ {
"old": { "old": {
"type": "int", "int": 22
"value": 22
}, },
"new": { "new": {
"type": "int", "int": 26
"value": 26
} }
}, },
{ {
"old": { "old": {
"type": "int", "int": 23
"value": 23
}, },
"new": { "new": {
"type": "int", "int": 27
"value": 27
} }
}, },
{ {
"old": { "old": {
"type": "int", "int": 24
"value": 24
}, },
"new": { "new": {
"type": "int", "int": 12
"value": 12
} }
}, },
{ {
"old": { "old": {
"type": "int", "int": 25
"value": 25
}, },
"new": { "new": {
"type": "int", "int": 13
"value": 13
} }
}, },
{ {
"old": { "old": {
"type": "int", "int": 26
"value": 26
}, },
"new": { "new": {
"type": "int", "int": 14
"value": 14
} }
}, },
{ {
"old": { "old": {
"type": "int", "int": 27
"value": 27
}, },
"new": { "new": {
"type": "int", "int": 15
"value": 15
} }
}, },
{ {
"old": { "old": {
"type": "int", "int": 36
"value": 36
}, },
"new": { "new": {
"type": "int", "int": 48
"value": 48
} }
}, },
{ {
"old": { "old": {
"type": "int", "int": 37
"value": 37
}, },
"new": { "new": {
"type": "int", "int": 49
"value": 49
} }
}, },
{ {
"old": { "old": {
"type": "int", "int": 38
"value": 38
}, },
"new": { "new": {
"type": "int", "int": 50
"value": 50
} }
}, },
{ {
"old": { "old": {
"type": "int", "int": 39
"value": 39
}, },
"new": { "new": {
"type": "int", "int": 51
"value": 51
} }
}, },
{ {
"old": { "old": {
"type": "int", "int": 40
"value": 40
}, },
"new": { "new": {
"type": "int", "int": 36
"value": 36
} }
}, },
{ {
"old": { "old": {
"type": "int", "int": 41
"value": 41
}, },
"new": { "new": {
"type": "int", "int": 37
"value": 37
} }
}, },
{ {
"old": { "old": {
"type": "int", "int": 42
"value": 42
}, },
"new": { "new": {
"type": "int", "int": 38
"value": 38
} }
}, },
{ {
"old": { "old": {
"type": "int", "int": 43
"value": 43
}, },
"new": { "new": {
"type": "int", "int": 39
"value": 39
} }
}, },
{ {
"old": { "old": {
"type": "int", "int": 44
"value": 44
}, },
"new": { "new": {
"type": "int", "int": 52
"value": 52
} }
}, },
{ {
"old": { "old": {
"type": "int", "int": 45
"value": 45
}, },
"new": { "new": {
"type": "int", "int": 53
"value": 53
} }
}, },
{ {
"old": { "old": {
"type": "int", "int": 46
"value": 46
}, },
"new": { "new": {
"type": "int", "int": 54
"value": 54
} }
}, },
{ {
"old": { "old": {
"type": "int", "int": 47
"value": 47
}, },
"new": { "new": {
"type": "int", "int": 55
"value": 55
} }
}, },
{ {
"old": { "old": {
"type": "int", "int": 48
"value": 48
}, },
"new": { "new": {
"type": "int", "int": 40
"value": 40
} }
}, },
{ {
"old": { "old": {
"type": "int", "int": 49
"value": 49
}, },
"new": { "new": {
"type": "int", "int": 41
"value": 41
} }
}, },
{ {
"old": { "old": {
"type": "int", "int": 50
"value": 50
}, },
"new": { "new": {
"type": "int", "int": 42
"value": 42
} }
}, },
{ {
"old": { "old": {
"type": "int", "int": 51
"value": 51
}, },
"new": { "new": {
"type": "int", "int": 43
"value": 43
} }
}, },
{ {
"old": { "old": {
"type": "int", "int": 52
"value": 52
}, },
"new": { "new": {
"type": "int", "int": 56
"value": 56
} }
}, },
{ {
"old": { "old": {
"type": "int", "int": 53
"value": 53
}, },
"new": { "new": {
"type": "int", "int": 57
"value": 57
} }
}, },
{ {
"old": { "old": {
"type": "int", "int": 54
"value": 54
}, },
"new": { "new": {
"type": "int", "int": 58
"value": 58
} }
}, },
{ {
"old": { "old": {
"type": "int", "int": 55
"value": 55
}, },
"new": { "new": {
"type": "int", "int": 59
"value": 59
} }
}, },
{ {
"old": { "old": {
"type": "int", "int": 56
"value": 56
}, },
"new": { "new": {
"type": "int", "int": 44
"value": 44
} }
}, },
{ {
"old": { "old": {
"type": "int", "int": 57
"value": 57
}, },
"new": { "new": {
"type": "int", "int": 45
"value": 45
} }
}, },
{ {
"old": { "old": {
"type": "int", "int": 58
"value": 58
}, },
"new": { "new": {
"type": "int", "int": 46
"value": 46
} }
}, },
{ {
"old": { "old": {
"type": "int", "int": 59
"value": 59
}, },
"new": { "new": {
"type": "int", "int": 47
"value": 47
} }
} }
] ]

@ -3,12 +3,18 @@
"$defs": { "$defs": {
"blockStateProperty": { "blockStateProperty": {
"type": "object", "type": "object",
"minProperties": 1,
"maxProperties": 1,
"additionalProperties": false,
"properties": { "properties": {
"type": { "int": {
"enum": ["string", "int", "byte"] "type": "integer"
}, },
"value": { "string": {
"type": ["string", "integer"] "type": "string"
},
"byte": {
"type": "integer"
} }
} }
} }