{ "type": "minecraft:chest", "pools": [ { "rolls": { "min": 1, "max": 2 }, "entries": [ { "type": "minecraft:item", "name": "kinetic_pixel:graycotton", "weight": 20, "functions": [ { "function": "set_count", "count": { "min": 0, "max": 1 } } ] }, { "type": "minecraft:item", "name": "kinetic_pixel:barrel", "weight": 10, "functions": [ { "function": "set_count", "count": { "min": 1, "max": 1 } } ] }, { "type": "minecraft:item", "name": "kinetic_pixel:ammunitionbox", "weight": 10, "functions": [ { "function": "set_count", "count": { "min": 1, "max": 1 } } ] } ] } ], "random_sequence": "kinetic_pixel:chests/ct" }