{ "pools": [ { "rolls": { "min": 3, "max": 8 }, "entries": [ { "type": "item", "name": "minecraft:clay_ball" }, { "type": "item", "functions": [ { "function": "set_data", "data": 2 } ], "name": "minecraft:dye" }, { "type": "item", "weight": 10, "functions": [ { "function": "set_count", "count": { "min": 1, "max": 4 } } ], "name": "minecraft:cactus" }, { "type": "item", "weight": 10, "functions": [ { "function": "set_count", "count": { "min": 1, "max": 7 } } ], "name": "minecraft:wheat" }, { "type": "item", "weight": 10, "functions": [ { "function": "set_count", "count": { "min": 1, "max": 4 } } ], "name": "minecraft:bread" }, { "type": "item", "name": "minecraft:book" }, { "type": "item", "weight": 2, "functions": [ { "function": "set_count", "count": { "min": 1, "max": 3 } } ], "name": "minecraft:deadbush" }, { "type": "item", "functions": [ { "function": "set_count", "count": { "min": 1, "max": 3 } } ], "name": "minecraft:emerald" } ] } ] }