From 46e00cea976e4ea1b3f1fa6cb413b3bfeba2aab2 Mon Sep 17 00:00:00 2001 From: Shadowfacts Date: Sat, 3 Apr 2021 10:42:17 -0400 Subject: [PATCH] Add Crafting Terminal loot table --- .../loot_tables/blocks/crafting_terminal.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 src/main/resources/data/phycon/loot_tables/blocks/crafting_terminal.json diff --git a/src/main/resources/data/phycon/loot_tables/blocks/crafting_terminal.json b/src/main/resources/data/phycon/loot_tables/blocks/crafting_terminal.json new file mode 100644 index 0000000..c992050 --- /dev/null +++ b/src/main/resources/data/phycon/loot_tables/blocks/crafting_terminal.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "entries": [ + { + "type": "minecraft:item", + "name": "phycon:crafting_terminal" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +}