Skip to content

Commit

Permalink
Fix 1.16 slabs and stonecutter
Browse files Browse the repository at this point in the history
  • Loading branch information
rtm516 committed Aug 5, 2020
1 parent 8d6400d commit 83a3468
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions blocks.json
Original file line number Diff line number Diff line change
Expand Up @@ -174029,7 +174029,7 @@
}
},
"minecraft:blackstone_slab[type=double,waterlogged=true]": {
"bedrock_identifier": "minecraft:blackstone_slab",
"bedrock_identifier": "minecraft:blackstone_double_slab",
"block_hardness": 2.0,
"can_break_with_hand": false,
"tool_type": "pickaxe",
Expand All @@ -174038,7 +174038,7 @@
}
},
"minecraft:blackstone_slab[type=double,waterlogged=false]": {
"bedrock_identifier": "minecraft:blackstone_slab",
"bedrock_identifier": "minecraft:blackstone_double_slab",
"block_hardness": 2.0,
"can_break_with_hand": false,
"tool_type": "pickaxe",
Expand Down Expand Up @@ -174107,7 +174107,7 @@
}
},
"minecraft:polished_blackstone_brick_slab[type=double,waterlogged=true]": {
"bedrock_identifier": "minecraft:polished_blackstone_brick_slab",
"bedrock_identifier": "minecraft:polished_blackstone_brick_double_slab",
"block_hardness": 2.0,
"can_break_with_hand": false,
"tool_type": "pickaxe",
Expand All @@ -174116,7 +174116,7 @@
}
},
"minecraft:polished_blackstone_brick_slab[type=double,waterlogged=false]": {
"bedrock_identifier": "minecraft:polished_blackstone_brick_slab",
"bedrock_identifier": "minecraft:polished_blackstone_brick_double_slab",
"block_hardness": 2.0,
"can_break_with_hand": false,
"tool_type": "pickaxe",
Expand Down Expand Up @@ -179979,7 +179979,7 @@
}
},
"minecraft:polished_blackstone_slab[type=double,waterlogged=true]": {
"bedrock_identifier": "minecraft:polished_blackstone_slab",
"bedrock_identifier": "minecraft:polished_blackstone_double_slab",
"block_hardness": 2.0,
"can_break_with_hand": false,
"tool_type": "pickaxe",
Expand All @@ -179988,7 +179988,7 @@
}
},
"minecraft:polished_blackstone_slab[type=double,waterlogged=false]": {
"bedrock_identifier": "minecraft:polished_blackstone_slab",
"bedrock_identifier": "minecraft:polished_blackstone_double_slab",
"block_hardness": 2.0,
"can_break_with_hand": false,
"tool_type": "pickaxe",
Expand Down
2 changes: 1 addition & 1 deletion items.json
Original file line number Diff line number Diff line change
Expand Up @@ -4776,7 +4776,7 @@
"is_block": true
},
"minecraft:stonecutter": {
"bedrock_id": 245,
"bedrock_id": -197,
"bedrock_data": 0,
"is_block": true
},
Expand Down

0 comments on commit 83a3468

Please sign in to comment.