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