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