{ "type": "minecraft:entity", "pools": [ { "name": "loot_pool", "rolls": 2, "entries": [ { "type": "minecraft:item", "functions": [ { "add": false, "count": { "type": "minecraft:uniform", "max": 3.0, "min": 1.0 }, "function": "minecraft:set_count" }, { "count": { "type": "minecraft:uniform", "max": 3.0, "min": 1.0 }, "enchantment": "minecraft:looting", "function": "minecraft:looting_enchant" } ], "name": "minecraft:bone" }, { "type": "minecraft:item", "functions": [ { "add": false, "count": { "type": "minecraft:uniform", "max": 2.0, "min": 1.0 }, "function": "minecraft:set_count" }, { "count": { "type": "minecraft:uniform", "max": 2.0, "min": 1.0 }, "enchantment": "minecraft:looting", "function": "minecraft:looting_enchant" } ], "name": "minecraft:phantom_membrane" } ] } ] }