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