{ "type": "minecraft:entity", "pools": [ { "name": "loot_pool", "rolls": 1, "entries": [ { "type": "minecraft:item", "name": "tfc:food/frog_legs", "functions": [ { "function": "minecraft:set_count", "count": { "min": 2, "max": 3, "type": "minecraft:uniform" } }, { "count": { "type": "minecraft:uniform", "max": 1.0, "min": 0.0 }, "enchantment": "minecraft:looting", "function": "minecraft:looting_enchant" } ] } ] }, { "name": "loot_pool", "rolls": 1, "entries": [ { "type": "minecraft:item", "name": "minecraft:bone", "functions": [ { "function": "minecraft:set_count", "count": { "min": 1, "max": 2, "type": "minecraft:uniform" } } ] } ] } ] }