{ "type": "minecraft:chest", "pools": [ { "rolls": 4, "entries": [ { "type": "minecraft:item", "name": "minecraft:string", "weight": 31, "functions": [ { "function": "minecraft:set_count", "count": { "type": "minecraft:uniform", "min": 1, "max": 5 } } ] }, { "type": "minecraft:item", "name": "minecraft:bread", "weight": 14, "functions": [ { "function": "minecraft:set_count", "count": { "type": "minecraft:uniform", "min": 1, "max": 3 } } ] }, { "type": "minecraft:item", "name": "minecraft:iron_ingot", "weight": 4, "functions": [ { "function": "minecraft:set_count", "count": { "type": "minecraft:uniform", "min": 1, "max": 2 } } ] }, { "type": "minecraft:item", "name": "minecraft:gold_ingot", "weight": 2, "functions": [ { "function": "minecraft:set_count", "count": { "type": "minecraft:uniform", "min": 1, "max": 2 } } ] } ] }, { "rolls": 1, "entries": [ { "type": "minecraft:item", "name": "energonrelics:circuit_board", "weight": 10, "functions": [ { "function": "minecraft:set_count", "count": { "type": "minecraft:uniform", "min": 1, "max": 7 } } ] }, { "type": "minecraft:item", "name": "energonrelics:veridium_ingot", "weight": 3, "functions": [ { "function": "minecraft:set_count", "count": { "type": "minecraft:uniform", "min": 1, "max": 2 } } ] } ] } ] }