diff --git a/src/generated/resources/data/firefly_bush_backport/loot_tables/blocks/firefly_bush.json b/src/generated/resources/data/firefly_bush_backport/loot_tables/blocks/firefly_bush.json new file mode 100644 index 0000000..1a3e099 --- /dev/null +++ b/src/generated/resources/data/firefly_bush_backport/loot_tables/blocks/firefly_bush.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "firefly_bush_backport:firefly_bush" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "firefly_bush_backport:blocks/firefly_bush" +} \ No newline at end of file