From 73f0ff98e4a9b60cd61761b46b9031194400e450 Mon Sep 17 00:00:00 2001 From: drcrazy Date: Fri, 20 Dec 2019 03:03:06 +0300 Subject: [PATCH] Fix drop for wire mill. Some work on #1914 --- .../loot_tables/blocks/wire_mill.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 src/main/resources/data/techreborn/loot_tables/blocks/wire_mill.json diff --git a/src/main/resources/data/techreborn/loot_tables/blocks/wire_mill.json b/src/main/resources/data/techreborn/loot_tables/blocks/wire_mill.json new file mode 100644 index 000000000..cf2797273 --- /dev/null +++ b/src/main/resources/data/techreborn/loot_tables/blocks/wire_mill.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "entries": [ + { + "type": "minecraft:item", + "name": "techreborn:wire_mill" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file