1
0
mirror of https://github.com/Mojang/bedrock-samples.git synced 2025-01-31 11:51:25 +00:00
Mike Ammerlaan c989e80c35 v1.21.0.3
2024-06-13 09:45:16 -07:00

76 lines
1.5 KiB
JSON

{
"pools": [
{
"rolls": {
"min": 2,
"max": 3
},
"entries": [
{
"type": "item",
"name": "minecraft:trial_key",
"weight": 1,
"functions": [
{
"function": "set_count",
"count": 1.0
}
]
},
{
"type": "item",
"name": "minecraft:stick",
"weight": 5,
"functions": [
{
"function": "set_count",
"count": {
"min": 2,
"max": 5
}
}
]
},
{
"type": "item",
"name": "minecraft:wooden_axe",
"weight": 10,
"functions": [
{
"function": "set_count",
"count": 1.0
}
]
},
{
"type": "item",
"name": "minecraft:honeycomb",
"weight": 10,
"functions": [
{
"function": "set_count",
"count": {
"min": 2,
"max": 8
}
}
]
},
{
"type": "item",
"name": "minecraft:arrow",
"weight": 10,
"functions": [
{
"function": "set_count",
"count": {
"min": 5,
"max": 10
}
}
]
}
]
}
]
}