diff --git a/src/main/resources/data/progressivebosses/loot_tables/entities/larva.json b/src/main/resources/data/progressivebosses/loot_tables/entities/larva.json index a164f72b..0967ef42 100644 --- a/src/main/resources/data/progressivebosses/loot_tables/entities/larva.json +++ b/src/main/resources/data/progressivebosses/loot_tables/entities/larva.json @@ -1,53 +1 @@ -{ - "type": "minecraft:entity", - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "progressivebosses:nether_star_shard", - "functions": [ - { - "function": "progressivebosses:set_count_per_difficulty", - "count": 2, - "per_difficulty_chance": 0.75 - } - ] - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:ancient_debris", - "functions": [ - { - "function": "progressivebosses:set_count_per_difficulty", - "count": 2, - "per_difficulty_chance": 0.75 - } - ] - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:enchanted_golden_apple", - "conditions": [ - { - "condition": "progressivebosses:random_chance_with_difficulty", - "chance": 0.1, - "difficulty_modifier": -4 - } - ] - } - ] - } - ] -} +{}