mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2025-01-31 11:51:25 +00:00
a3b394c507
Initial layout
76 lines
1.5 KiB
JSON
76 lines
1.5 KiB
JSON
{
|
|
"pools": [
|
|
{
|
|
"rolls": {
|
|
"min": 1,
|
|
"max": 5
|
|
},
|
|
"entries": [
|
|
{
|
|
"type": "item",
|
|
"functions": [
|
|
{
|
|
"function": "set_count",
|
|
"count": {
|
|
"min": 1,
|
|
"max": 3
|
|
}
|
|
}
|
|
],
|
|
"name": "minecraft:leather"
|
|
},
|
|
{
|
|
"type": "item",
|
|
"weight": 2,
|
|
"name": "minecraft:leather_chestplate"
|
|
},
|
|
{
|
|
"type": "item",
|
|
"weight": 2,
|
|
"name": "minecraft:leather_boots"
|
|
},
|
|
{
|
|
"type": "item",
|
|
"weight": 2,
|
|
"name": "minecraft:leather_helmet"
|
|
},
|
|
{
|
|
"type": "item",
|
|
"weight": 5,
|
|
"functions": [
|
|
{
|
|
"function": "set_count",
|
|
"count": {
|
|
"min": 1,
|
|
"max": 4
|
|
}
|
|
}
|
|
],
|
|
"name": "minecraft:bread"
|
|
},
|
|
{
|
|
"type": "item",
|
|
"weight": 2,
|
|
"name": "minecraft:leather_leggings"
|
|
},
|
|
{
|
|
"type": "item",
|
|
"name": "minecraft:saddle"
|
|
},
|
|
{
|
|
"type": "item",
|
|
"functions": [
|
|
{
|
|
"function": "set_count",
|
|
"count": {
|
|
"min": 1,
|
|
"max": 4
|
|
}
|
|
}
|
|
],
|
|
"name": "minecraft:emerald"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |