{ "pools": [ { "rolls": { "min": 1, "max": 4 }, "entries": [ { "type": "item", "name": "minecraft:iron_ingot", "functions": [ { "function": "set_count", "count": { "min": 1, "max": 5 } } ], "weight": 10 }, { "type": "item", "name": "minecraft:gold_ingot", "functions": [ { "function": "set_count", "count": { "min": 1, "max": 3 } } ], "weight": 5 }, { "type": "item", "name": "minecraft:redstone", "functions": [ { "function": "set_count", "count": { "min": 4, "max": 9 } } ], "weight": 5 }, { "type": "item", "name": "minecraft:coal", "functions": [ { "function": "set_count", "count": { "min": 3, "max": 8 } } ], "weight": 10 }, { "type": "item", "name": "minecraft:bread", "functions": [ { "function": "set_count", "count": { "min": 1, "max": 3 } } ], "weight": 15 }, { "type": "item", "name": "minecraft:apple", "functions": [ { "function": "set_count", "count": { "min": 1, "max": 3 } } ], "weight": 15 }, { "type": "item", "name": "minecraft:iron_pickaxe", "weight": 1 }, { "type": "item", "name": "minecraft:book", "weight": 1, "functions": [ { "function": "enchant_with_levels", "levels": 30, "treasure": true } ] } ] } ] }