{ "type": "minecraft:entity", "pools": [ { "rolls": 1, "entries": [ { "type": "minecraft:empty", "weight": 50 }, { "type": "minecraft:item", "name": "examplemod:ruby", "weight": 30, "functions": [ { "function": "minecraft:set_count", "count": 1 } ] }, { "type": "minecraft:item", "name": "examplemod:ruby", "weight": 15, "functions": [ { "function": "minecraft:set_count", "count": 2 } ] }, { "type": "minecraft:item", "name": "examplemod:ruby", "weight": 5, "functions": [ { "function": "minecraft:set_count", "count": 3 } ] } ] } ] }