{ "pools": [ { "rolls": { "min": 3, "max": 8 }, "entries": [ { "type": "item", "weight": 2, "functions": [ { "function": "set_count", "count": { "min": 1, "max": 4 } } ], "name": "minecraft:redstone" }, { "type": "item", "weight": 7, "functions": [ { "function": "set_count", "count": { "min": 1, "max": 4 } } ], "name": "minecraft:bread" }, { "type": "item", "weight": 7, "functions": [ { "function": "minecraft:set_count", "count": { "min": 1, "max": 4 } } ], "name": "minecraft:rotten_flesh" }, { "type": "item", "functions": [ { "function": "minecraft:set_count", "count": { "min": 1, "max": 4 } }, { "function": "set_data", "data": 4 } ], "name": "minecraft:dye" }, { "type": "item", "functions": [ { "function": "minecraft:set_count", "count": { "min": 1, "max": 4 } } ], "name": "minecraft:gold_ingot" }, { "type": "item", "functions": [ { "function": "minecraft:set_count", "count": { "min": 1, "max": 4 } } ], "name": "minecraft:emerald" } ] } ] }