1
0
mirror of https://github.com/Mojang/bedrock-samples.git synced 2025-01-31 11:51:25 +00:00
Mike Ammerlaan 6e0daa70a8 v1.21.40.3
2024-10-22 09:25:09 -07:00

73 lines
1.4 KiB
JSON

{
"pools": [
{
"rolls": {
"min": 1,
"max": 5
},
"entries": [
{
"type": "item",
"weight": 10,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 3
}
}
],
"name": "minecraft:map"
},
{
"type": "item",
"weight": 15,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 5
}
}
],
"name": "minecraft:paper"
},
{
"type": "item",
"weight": 5,
"name": "minecraft:compass"
},
{
"type": "item",
"weight": 15,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 4
}
}
],
"name": "minecraft:bread"
},
{
"type": "item",
"weight": 5,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 2
}
}
],
"name": "minecraft:oak_sapling"
}
]
}
]
}