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

66 lines
1.3 KiB
JSON

{
"type": "minecraft:chest",
"pools": [
{
"rolls": {
"min": 1,
"max": 5
},
"entries": [
{
"type": "item",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": 3
}
}
],
"name": "minecraft:clay_ball"
},
{
"type": "item",
"name": "minecraft:flower_pot"
},
{
"type": "item",
"weight": 2,
"name": "minecraft:stone"
},
{
"type": "item",
"weight": 2,
"name": "minecraft:stone_bricks"
},
{
"type": "item",
"weight": 4,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": 4
}
}
],
"name": "minecraft:bread"
},
{
"type": "item",
"name": "minecraft:yellow_dye"
},
{
"type": "item",
"name": "minecraft:smooth_stone"
},
{
"type": "item",
"name": "minecraft:emerald"
}
]
}
]
}