From c9c3b5f6f8b748e39ef3129d975a63e81d7f3614 Mon Sep 17 00:00:00 2001 From: Shnupbups Date: Tue, 13 Oct 2020 17:47:31 +1100 Subject: [PATCH] added a loot table for the drain dangit @vini2003 --- .../astromine/loot_tables/blocks/drain.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 astromine-transportations/src/main/resources/data/astromine/loot_tables/blocks/drain.json diff --git a/astromine-transportations/src/main/resources/data/astromine/loot_tables/blocks/drain.json b/astromine-transportations/src/main/resources/data/astromine/loot_tables/blocks/drain.json new file mode 100644 index 000000000..3ddbd864c --- /dev/null +++ b/astromine-transportations/src/main/resources/data/astromine/loot_tables/blocks/drain.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "entries": [ + { + "type": "minecraft:item", + "name": "astromine:drain" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file