From 33262328ed0301299dcf1fac59cb406a0f093176 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Wed, 14 Oct 2020 21:41:45 +0200 Subject: [PATCH] made the pressurizer drop itself Closes #42 --- .../loot_tables/blocks/pressurizer.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 src/main/resources/data/prettypipes/loot_tables/blocks/pressurizer.json diff --git a/src/main/resources/data/prettypipes/loot_tables/blocks/pressurizer.json b/src/main/resources/data/prettypipes/loot_tables/blocks/pressurizer.json new file mode 100644 index 0000000..48f4a1e --- /dev/null +++ b/src/main/resources/data/prettypipes/loot_tables/blocks/pressurizer.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "entries": [ + { + "type": "minecraft:item", + "name": "prettypipes:pressurizer" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file