From 83a3468766b82ea97bd1ae8a1e92bffcc2745349 Mon Sep 17 00:00:00 2001 From: rtm516 Date: Wed, 5 Aug 2020 15:31:13 +0100 Subject: [PATCH] Fix 1.16 slabs and stonecutter --- blocks.json | 12 ++++++------ items.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/blocks.json b/blocks.json index 39841a8..a02dd92 100644 --- a/blocks.json +++ b/blocks.json @@ -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", @@ -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", @@ -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", @@ -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", @@ -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", @@ -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", diff --git a/items.json b/items.json index 80115db..f74dd43 100644 --- a/items.json +++ b/items.json @@ -4776,7 +4776,7 @@ "is_block": true }, "minecraft:stonecutter": { - "bedrock_id": 245, + "bedrock_id": -197, "bedrock_data": 0, "is_block": true },