1
0
mirror of https://github.com/Mojang/bedrock-samples.git synced 2025-01-19 00:12:07 +00:00
Mike Ammerlaan 60083d4b1d v1.20.0.1
2023-06-07 09:13:48 -07:00

132 lines
2.7 KiB
JSON

{
"pools": [
{
"rolls": {
"min": 2,
"max": 4
},
"entries": [
{
"type": "item",
"name": "minecraft:diamond",
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 3
}
}
],
"weight": 5
},
{
"type": "item",
"name": "minecraft:iron_ingot",
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 5
}
}
],
"weight": 5
},
{
"type": "item",
"name": "minecraft:gold_ingot",
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 3
}
}
],
"weight": 15
},
{
"type": "item",
"name": "minecraft:golden_sword",
"weight": 5
},
{
"type": "item",
"name": "minecraft:golden_chestplate",
"weight": 5
},
{
"type": "item",
"name": "minecraft:flint_and_steel",
"weight": 5
},
{
"type": "item",
"name": "minecraft:nether_wart",
"functions": [
{
"function": "set_count",
"count": {
"min": 3,
"max": 7
}
}
],
"weight": 5
},
{
"type": "item",
"name": "minecraft:saddle",
"weight": 10
},
{
"type": "item",
"name": "minecraft:horsearmorgold",
"weight": 8
},
{
"type": "item",
"name": "minecraft:horsearmoriron",
"weight": 5
},
{
"type": "item",
"name": "minecraft:horsearmordiamond",
"weight": 3
},
{
"type": "item",
"name": "minecraft:obsidian",
"functions": [
{
"function": "set_count",
"count": {
"min": 2,
"max": 4
}
}
],
"weight": 2
}
]
},
{
"rolls": 1,
"entries": [
{
"type": "empty",
"weight": 14
},
{
"type": "item",
"name": "minecraft:rib_armor_trim_smithing_template",
"weight": 1
}
]
}
]
}