{ "type": "minecraft:entity", "pools": [ { "bonus_rolls": 0, "conditions": [ { "condition": "minecraft:killed_by_player" } ], "entries": [ { "type": "minecraft:item", "functions": [ { "add": false, "count": { "type": "minecraft:uniform", "max": 1, "min": 0 }, "function": "minecraft:set_count" }, { "function": "minecraft:enchanted_count_increase", "count": { "type": "minecraft:uniform", "min": 0, "max": 1 }, "enchantment": "minecraft:looting", "conditions": [] } ], "name": "minecraft:blaze_rod" } ], "rolls": 1 }, { "bonus_rolls": 0, "entries": [ { "type": "minecraft:item", "functions": [ { "add": false, "count": { "type": "minecraft:uniform", "max": 2, "min": 0 }, "function": "minecraft:set_count" }, { "function": "minecraft:enchanted_count_increase", "count": { "type": "minecraft:uniform", "min": 0, "max": 2 }, "enchantment": "minecraft:looting" } ], "name": "minecraft:glowstone_dust" } ], "rolls": 1 } ] }