{
"pools": [
{
"name": "uncommon_treasure",
"rolls": 1,
"entries": [
{
"type": "item",
"name": "minecraft:slime_ball",
"weight": 10,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 2
}
},
{
"function": "fortune_enchant",
"count": {
"min": 0,
"max": 1
}
}
]
},
{
"type": "item",
"name": "minecraft:bowl",
"weight": 10,
"functions": [
{
"function": "set_count",
"count": {
"min": 6,
"max": 8
}
},
{
"function": "fortune_enchant",
"count": {
"min": 0,
"max": 3
}
}
]
},
{
"type": "item",
"name": "minecraft:iron_ingot",
"weight": 5,
"functions": [
{
"function": "fortune_enchant",
"count": {
"min": 0,
"max": 1
}
}
]
},
{
"type": "item",
"name": "minecraft:gold_ingot",
"weight": 5
}
]
}
]
}