1
0
mirror of https://github.com/Mojang/bedrock-samples.git synced 2025-01-19 00:12:07 +00:00
Mike Ammerlaan 5ce65764d3 v1.21.50.7
2024-12-03 08:43:20 -08:00

302 lines
6.2 KiB
JSON

{
"pools": [
{
"rolls": {
"min": 1,
"max": 3
},
"entries": [
{
"type": "item",
"name": "minecraft:lead",
"weight": 100
},
{
"type": "item",
"name": "minecraft:golden_apple",
"weight": 75
},
{
"type": "item",
"name": "minecraft:appleEnchanted",
"weight": 10
},
{
"type": "item",
"name": "minecraft:record_13",
"weight": 75
},
{
"type": "item",
"name": "minecraft:record_cat",
"weight": 75
},
{
"type": "item",
"name": "minecraft:name_tag",
"weight": 100
},
{
"type": "item",
"name": "minecraft:chainmail_chestplate",
"weight": 50
},
{
"type": "item",
"name": "minecraft:diamond_hoe",
"weight": 75
},
{
"type": "item",
"name": "minecraft:diamond_chestplate",
"weight": 25
},
{
"type": "item",
"name": "minecraft:book",
"weight": 60,
"functions": [
{
"function": "enchant_randomly",
"treasure": true
}
]
}
]
},
{
"rolls": {
"min": 1,
"max": 4
},
"entries": [
{
"type": "item",
"name": "minecraft:iron_ingot",
"weight": 50,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 4
}
}
]
},
{
"type": "item",
"name": "minecraft:gold_ingot",
"weight": 25,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 4
}
}
]
},
{
"type": "item",
"name": "minecraft:bread",
"weight": 100
},
{
"type": "item",
"name": "minecraft:wheat",
"weight": 100,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 4
}
}
]
},
{
"type": "item",
"name": "minecraft:bucket",
"weight": 50
},
{
"type": "item",
"name": "minecraft:redstone",
"weight": 75,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 4
}
}
]
},
{
"type": "item",
"name": "minecraft:coal",
"weight": 75,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 4
}
}
]
},
{
"type": "item",
"name": "minecraft:melon_seeds",
"functions": [
{
"function": "set_count",
"count": {
"min": 2,
"max": 4
}
}
],
"weight": 50
},
{
"type": "item",
"name": "minecraft:pumpkin_seeds",
"functions": [
{
"function": "set_count",
"count": {
"min": 2,
"max": 4
}
}
],
"weight": 50
},
{
"type": "item",
"name": "minecraft:beetroot_seeds",
"functions": [
{
"function": "set_count",
"count": {
"min": 2,
"max": 4
}
}
],
"weight": 50
},
{
"type": "item",
"name": "minecraft:resin_clump",
"weight": 50,
"functions": [
{
"function": "set_count",
"count": {
"min": 2,
"max": 4
}
}
]
},
{
"type": "item",
"name": "minecraft:resin_brick",
"weight": 50,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 2
}
}
]
}
]
},
{
"rolls": 3,
"entries": [
{
"type": "item",
"name": "minecraft:bone",
"weight": 50,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 8
}
}
]
},
{
"type": "item",
"name": "minecraft:gunpowder",
"weight": 50,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 8
}
}
]
},
{
"type": "item",
"name": "minecraft:rotten_flesh",
"weight": 50,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 8
}
}
]
},
{
"type": "item",
"name": "minecraft:string",
"weight": 50,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 8
}
}
]
}
]
},
{
"rolls": 1,
"entries": [
{
"type": "empty",
"weight": 1
},
{
"type": "item",
"name": "minecraft:vex_armor_trim_smithing_template",
"weight": 1
}
]
}
]
}