diff --git a/src/main/resources/data/inspirations/loot_tables/blocks/wet_hopper.json b/src/main/resources/data/inspirations/loot_tables/blocks/wet_hopper.json new file mode 100644 index 00000000..ceb0b8f8 --- /dev/null +++ b/src/main/resources/data/inspirations/loot_tables/blocks/wet_hopper.json @@ -0,0 +1,23 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "entries": [ + { + "type": "minecraft:item", + "name": "minecraft:hopper", + "functions": [ + { + "function": "minecraft:copy_name", + "source": "block_entity" + } + ] + } + ], + "conditions": [ + { "condition": "minecraft:survives_explosion" } + ] + } + ] +}