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