{ "type": "minecraft:chest", "pools": [ { "rolls": 1, "entries": [ { "type": "minecraft:item", "name": "minecraft:golden_carrot", "weight": 6, "functions": [ { "function": "set_count", "count": { "min": 2, "max": 4 } } ] }, { "type": "minecraft:item", "name": "minecraft:baked_potato", "weight": 6, "functions": [ { "function": "set_count", "count": { "min": 2, "max": 6 } } ] }, { "type": "minecraft:item", "name": "minecraft:potion", "weight": 4, "functions": [ { "function": "minecraft:set_potion", "id": "minecraft:regeneration" } ] }, { "type": "minecraft:item", "name": "minecraft:potion", "weight": 4, "functions": [ { "function": "minecraft:set_potion", "id": "minecraft:strength" } ] }, { "type": "minecraft:item", "name": "minecraft:potion", "weight": 4, "functions": [ { "function": "minecraft:set_potion", "id": "minecraft:swiftness" } ] } ] } ] }