mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2025-01-18 23:01:58 +00:00
a3b394c507
Initial layout
119 lines
2.4 KiB
JSON
119 lines
2.4 KiB
JSON
{
|
|
"pools": [
|
|
{
|
|
"rolls": 1,
|
|
"entries": [
|
|
{
|
|
"type": "item",
|
|
"name": "minecraft:iron_ingot",
|
|
"functions": [
|
|
{
|
|
"function": "set_count",
|
|
"count": {
|
|
"min": 1,
|
|
"max": 5
|
|
}
|
|
}
|
|
],
|
|
"weight": 10
|
|
},
|
|
{
|
|
"type": "item",
|
|
"name": "minecraft:redstone",
|
|
"functions": [
|
|
{
|
|
"function": "set_count",
|
|
"count": {
|
|
"min": 1,
|
|
"max": 4
|
|
}
|
|
}
|
|
],
|
|
"weight": 10
|
|
},
|
|
{
|
|
"type": "item",
|
|
"name": "minecraft:bread",
|
|
"weight": 10
|
|
},
|
|
{
|
|
"type": "item",
|
|
"name": "minecraft:golden_apple",
|
|
"weight": 10
|
|
},
|
|
{
|
|
"type": "item",
|
|
"name": "minecraft:wheat",
|
|
"functions": [
|
|
{
|
|
"function": "set_count",
|
|
"count": {
|
|
"min": 1,
|
|
"max": 4
|
|
}
|
|
}
|
|
],
|
|
"weight": 10
|
|
},
|
|
{
|
|
"type": "item",
|
|
"name": "minecraft:gunpowder",
|
|
"functions": [
|
|
{
|
|
"function": "set_count",
|
|
"count": {
|
|
"min": 1,
|
|
"max": 4
|
|
}
|
|
}
|
|
],
|
|
"weight": 10
|
|
},
|
|
{
|
|
"type": "item",
|
|
"name": "minecraft:string",
|
|
"functions": [
|
|
{
|
|
"function": "set_count",
|
|
"count": {
|
|
"min": 1,
|
|
"max": 4
|
|
}
|
|
}
|
|
],
|
|
"weight": 10
|
|
},
|
|
{
|
|
"type": "item",
|
|
"name": "minecraft:name_tag",
|
|
"weight": 10
|
|
},
|
|
{
|
|
"type": "item",
|
|
"name": "minecraft:bucket",
|
|
"weight": 5
|
|
},
|
|
{
|
|
"type": "item",
|
|
"name": "minecraft:horsearmoriron",
|
|
"weight": 5
|
|
},
|
|
{
|
|
"type": "item",
|
|
"name": "minecraft:horsearmorgold",
|
|
"weight": 2
|
|
},
|
|
{
|
|
"type": "item",
|
|
"name": "minecraft:book",
|
|
"weight": 1,
|
|
"functions": [
|
|
{
|
|
"function": "enchant_randomly"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |