{ "pools": [ { "rolls": { "min": 2, "max": 6 }, "entries": [ { "type": "item", "name": "minecraft:diamond", "functions": [ { "function": "set_count", "count": { "min": 1, "max": 3 } } ], "weight": 15 }, { "type": "item", "name": "minecraft:iron_ingot", "functions": [ { "function": "set_count", "count": { "min": 1, "max": 5 } } ], "weight": 50 }, { "type": "item", "name": "minecraft:gold_ingot", "functions": [ { "function": "set_count", "count": { "min": 2, "max": 7 } } ], "weight": 75 }, { "type": "item", "name": "minecraft:emerald", "functions": [ { "function": "set_count", "count": { "min": 1, "max": 3 } } ], "weight": 10 }, { "type": "item", "name": "minecraft:bone", "functions": [ { "function": "set_count", "count": { "min": 4, "max": 6 } } ], "weight": 100 }, { "type": "item", "name": "minecraft:rotten_flesh", "functions": [ { "function": "set_count", "count": { "min": 3, "max": 7 } } ], "weight": 80 }, { "type": "item", "name": "minecraft:bamboo", "functions": [ { "function": "set_count", "count": { "min": 1, "max": 3 } } ], "weight": 75 }, { "type": "item", "name": "minecraft:saddle", "weight": 15 }, { "type": "item", "name": "minecraft:horsearmoriron", "weight": 5 }, { "type": "item", "name": "minecraft:horsearmorgold", "weight": 5 }, { "type": "item", "name": "minecraft:horsearmordiamond", "weight": 5 }, { "type": "item", "name": "minecraft:book", "weight": 6, "functions": [ { "function": "enchant_with_levels", "levels": 30, "treasure": true } ] } ] } ] }