mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2025-01-31 11:51:25 +00:00
157 lines
3.2 KiB
JSON
157 lines
3.2 KiB
JSON
{
|
|
"pools": [
|
|
{
|
|
"rolls": {
|
|
"min": 3,
|
|
"max": 8
|
|
},
|
|
"entries": [
|
|
{
|
|
"type": "item",
|
|
"weight": 3,
|
|
"functions": [
|
|
{
|
|
"function": "set_count",
|
|
"count": {
|
|
"min": 1,
|
|
"max": 3
|
|
}
|
|
}
|
|
],
|
|
"name": "minecraft:diamond"
|
|
},
|
|
{
|
|
"type": "item",
|
|
"weight": 10,
|
|
"functions": [
|
|
{
|
|
"function": "set_count",
|
|
"count": {
|
|
"min": 1,
|
|
"max": 5
|
|
}
|
|
}
|
|
],
|
|
"name": "minecraft:iron_ingot"
|
|
},
|
|
{
|
|
"type": "item",
|
|
"weight": 5,
|
|
"functions": [
|
|
{
|
|
"function": "set_count",
|
|
"count": {
|
|
"min": 1,
|
|
"max": 3
|
|
}
|
|
}
|
|
],
|
|
"name": "minecraft:gold_ingot"
|
|
},
|
|
{
|
|
"type": "item",
|
|
"weight": 15,
|
|
"functions": [
|
|
{
|
|
"function": "set_count",
|
|
"count": {
|
|
"min": 1,
|
|
"max": 3
|
|
}
|
|
}
|
|
],
|
|
"name": "minecraft:bread"
|
|
},
|
|
{
|
|
"type": "item",
|
|
"weight": 15,
|
|
"functions": [
|
|
{
|
|
"function": "set_count",
|
|
"count": {
|
|
"min": 1,
|
|
"max": 3
|
|
}
|
|
}
|
|
],
|
|
"name": "minecraft:apple"
|
|
},
|
|
{
|
|
"type": "item",
|
|
"weight": 5,
|
|
"name": "minecraft:iron_pickaxe"
|
|
},
|
|
{
|
|
"type": "item",
|
|
"weight": 5,
|
|
"name": "minecraft:iron_sword"
|
|
},
|
|
{
|
|
"type": "item",
|
|
"weight": 5,
|
|
"name": "minecraft:iron_chestplate"
|
|
},
|
|
{
|
|
"type": "item",
|
|
"weight": 5,
|
|
"name": "minecraft:iron_helmet"
|
|
},
|
|
{
|
|
"type": "item",
|
|
"weight": 5,
|
|
"name": "minecraft:iron_leggings"
|
|
},
|
|
{
|
|
"type": "item",
|
|
"weight": 5,
|
|
"name": "minecraft:iron_boots"
|
|
},
|
|
{
|
|
"type": "item",
|
|
"weight": 5,
|
|
"functions": [
|
|
{
|
|
"function": "set_count",
|
|
"count": {
|
|
"min": 3,
|
|
"max": 7
|
|
}
|
|
}
|
|
],
|
|
"name": "minecraft:obsidian"
|
|
},
|
|
{
|
|
"type": "item",
|
|
"weight": 5,
|
|
"functions": [
|
|
{
|
|
"function": "set_count",
|
|
"count": {
|
|
"min": 3,
|
|
"max": 7
|
|
}
|
|
}
|
|
],
|
|
"name": "minecraft:oak_sapling"
|
|
},
|
|
{
|
|
"type": "item",
|
|
"weight": 3,
|
|
"name": "minecraft:saddle"
|
|
},
|
|
{
|
|
"type": "item",
|
|
"name": "minecraft:horsearmoriron"
|
|
},
|
|
{
|
|
"type": "item",
|
|
"name": "minecraft:horsearmorgold"
|
|
},
|
|
{
|
|
"type": "item",
|
|
"name": "minecraft:horsearmordiamond"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |