From 8b99eda78e7e9dc1b4eabd3898b0cd187950565b Mon Sep 17 00:00:00 2001 From: Motschen Date: Thu, 9 Apr 2020 09:57:46 +0200 Subject: [PATCH] Fix block drop of... vertical cut sandstone slab --- .../blocks/vertical_cut_sandstone_slab.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 src/main/resources/data/verticalslabs/loot_tables/blocks/vertical_cut_sandstone_slab.json diff --git a/src/main/resources/data/verticalslabs/loot_tables/blocks/vertical_cut_sandstone_slab.json b/src/main/resources/data/verticalslabs/loot_tables/blocks/vertical_cut_sandstone_slab.json new file mode 100644 index 0000000..7c4f07c --- /dev/null +++ b/src/main/resources/data/verticalslabs/loot_tables/blocks/vertical_cut_sandstone_slab.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "entries": [ + { + "type": "minecraft:item", + "name": "verticalslabs:vertical_cut_sandstone_slab" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file