{ "type": "minecraft:chest", "pools": [ { "rolls": { "min": 1, "max": 3 }, "bonus_rolls": { "min": 1, "max": 2 }, "entries": [ { "type": "minecraft:item", "weight": 5, "name": "minecraft:white_wool", "functions": [ { "function": "minecraft:set_count", "count": { "min": 1, "max": 3 }, "add": true } ] }, { "type": "minecraft:item", "weight": 10, "name": "minecraft:string", "functions": [ { "function": "minecraft:set_count", "count": { "min": 1, "max": 5 }, "add": true } ] } ] }, { "rolls": { "min": 1, "max": 3 }, "bonus_rolls": { "min": 1, "max": 2 }, "entries": [ { "type": "minecraft:item", "weight": 3, "name": "firstaid:bandage", "functions": [ { "function": "minecraft:set_count", "count": { "min": 2, "max": 4 }, "add": true } ] }, { "type": "minecraft:item", "weight": 5, "name": "firstaid:plaster", "functions": [ { "function": "minecraft:set_count", "count": { "min": 2, "max": 5 }, "add": true } ] } ] } ] }