mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2025-01-31 11:51:25 +00:00
105 lines
2.2 KiB
JSON
105 lines
2.2 KiB
JSON
{
|
|
"type": "minecraft:chest",
|
|
"pools": [
|
|
{
|
|
"rolls": {
|
|
"min": 1,
|
|
"max": 5
|
|
},
|
|
"entries": [
|
|
{
|
|
"type": "item",
|
|
"weight": 6,
|
|
"functions": [
|
|
{
|
|
"function": "minecraft:set_count",
|
|
"count": {
|
|
"min": 1,
|
|
"max": 8
|
|
}
|
|
}
|
|
],
|
|
"name": "minecraft:white_wool"
|
|
},
|
|
{
|
|
"type": "item",
|
|
"weight": 3,
|
|
"functions": [
|
|
{
|
|
"function": "minecraft:set_count",
|
|
"count": {
|
|
"min": 1,
|
|
"max": 3
|
|
}
|
|
}
|
|
],
|
|
"name": "minecraft:black_wool"
|
|
},
|
|
{
|
|
"type": "item",
|
|
"weight": 2,
|
|
"functions": [
|
|
{
|
|
"function": "minecraft:set_count",
|
|
"count": {
|
|
"min": 1,
|
|
"max": 3
|
|
}
|
|
}
|
|
],
|
|
"name": "minecraft:gray_wool"
|
|
},
|
|
{
|
|
"type": "item",
|
|
"weight": 2,
|
|
"functions": [
|
|
{
|
|
"function": "minecraft:set_count",
|
|
"count": {
|
|
"min": 1,
|
|
"max": 3
|
|
}
|
|
}
|
|
],
|
|
"name": "minecraft:brown_wool"
|
|
},
|
|
{
|
|
"type": "item",
|
|
"weight": 2,
|
|
"functions": [
|
|
{
|
|
"function": "minecraft:set_count",
|
|
"count": {
|
|
"min": 1,
|
|
"max": 3
|
|
}
|
|
}
|
|
],
|
|
"name": "minecraft:light_gray_wool"
|
|
},
|
|
{
|
|
"type": "item",
|
|
"name": "minecraft:emerald"
|
|
},
|
|
{
|
|
"type": "item",
|
|
"name": "minecraft:shears"
|
|
},
|
|
{
|
|
"type": "item",
|
|
"weight": 6,
|
|
"functions": [
|
|
{
|
|
"function": "minecraft:set_count",
|
|
"count": {
|
|
"min": 1,
|
|
"max": 6
|
|
}
|
|
}
|
|
],
|
|
"name": "minecraft:wheat"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |