{ "type": "minecraft:chest", "pools": [ { "rolls": { "type": "minecraft:uniform", "min": 0, "max": 2 }, "bonus_rolls": 0, "entries": [ { "type": "minecraft:item", "weight": 5, "name": "minecraft:cobweb", "functions": [ { "function": "minecraft:set_count", "count": { "min": 1, "max": 2 } } ] }, { "type": "minecraft:item", "weight": 3, "name": "minecraft:string", "functions": [ { "function": "minecraft:set_count", "count": { "min": 1, "max": 2 } } ] } ] } ] }