mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2025-04-24 19:46:12 +00:00
43 lines
736 B
JSON
43 lines
736 B
JSON
{
|
|
"pools": [
|
|
{
|
|
"rolls": 1,
|
|
"entries": [
|
|
{
|
|
"type": "item",
|
|
"name": "minecraft:leather_chestplate",
|
|
"weight": 1
|
|
},
|
|
{
|
|
"type": "item",
|
|
"name": "minecraft:iron_chestplate",
|
|
"weight": 1
|
|
},
|
|
{
|
|
"type": "empty",
|
|
"weight": 5
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"rolls": 1,
|
|
"entries": [
|
|
{
|
|
"type": "item",
|
|
"name": "minecraft:leather_helmet",
|
|
"weight": 1
|
|
},
|
|
{
|
|
"type": "item",
|
|
"name": "minecraft:iron_helmet",
|
|
"weight": 1
|
|
},
|
|
{
|
|
"type": "empty",
|
|
"weight": 5
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|