From 7306638593cceb92366dd8d6afb202cd69927a07 Mon Sep 17 00:00:00 2001 From: modmuss50 Date: Wed, 4 Dec 2019 17:21:09 +0000 Subject: [PATCH] Fix #1898 --- .../loot_tables/blocks/rubber_trapdoor.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 src/main/resources/data/techreborn/loot_tables/blocks/rubber_trapdoor.json diff --git a/src/main/resources/data/techreborn/loot_tables/blocks/rubber_trapdoor.json b/src/main/resources/data/techreborn/loot_tables/blocks/rubber_trapdoor.json new file mode 100644 index 000000000..8acac04f2 --- /dev/null +++ b/src/main/resources/data/techreborn/loot_tables/blocks/rubber_trapdoor.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "entries": [ + { + "type": "minecraft:item", + "name": "techreborn:rubber_trapdoor" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file