{ "pools": [ { "rolls": 1, "entries": [ { "type": "item", "name": "minecraft:heart_of_the_sea" } ] }, { "rolls": { "min": 5, "max": 8 }, "entries": [ { "type": "item", "name": "minecraft:iron_ingot", "weight": 20, "functions": [ { "function": "minecraft:set_count", "count": { "min": 1, "max": 4 } } ] }, { "type": "item", "name": "minecraft:gold_ingot", "weight": 10, "functions": [ { "function": "minecraft:set_count", "count": { "min": 1, "max": 4 } } ] }, { "type": "item", "name": "minecraft:tnt", "weight": 5, "functions": [ { "function": "set_count", "count": { "min": 1, "max": 2 } } ] } ] }, { "rolls": { "min": 1, "max": 3 }, "entries": [ { "type": "item", "name": "minecraft:emerald", "weight": 5, "functions": [ { "function": "minecraft:set_count", "count": { "min": 4, "max": 8 } } ] }, { "type": "item", "name": "minecraft:diamond", "weight": 5, "functions": [ { "function": "minecraft:set_count", "count": { "min": 1, "max": 2 } } ] }, { "type": "item", "name": "minecraft:prismarine_crystals", "weight": 5, "functions": [ { "function": "set_count", "count": { "min": 1, "max": 5 } } ] } ] }, { "rolls": { "min": 0, "max": 1 }, "entries": [ { "type": "item", "name": "minecraft:leather_chestplate", "weight": 1 }, { "type": "item", "name": "minecraft:iron_sword", "weight": 1 } ] }, { "rolls": 2, "entries": [ { "type": "item", "name": "minecraft:cooked_cod", "weight": 1, "functions": [ { "function": "minecraft:set_count", "count": { "min": 2, "max": 4 } } ] }, { "type": "item", "name": "minecraft:cooked_salmon", "weight": 1, "functions": [ { "function": "minecraft:set_count", "count": { "min": 2, "max": 4 } } ] } ] } ] }