mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2025-04-14 01:14:42 +00:00
82 lines
1.8 KiB
JSON
82 lines
1.8 KiB
JSON
{
|
|
"pools": [
|
|
{
|
|
"rolls": 1,
|
|
"conditions": [
|
|
{
|
|
"chance": 0.5,
|
|
"condition": "random_chance"
|
|
}
|
|
],
|
|
"entries": [
|
|
{
|
|
"type": "item",
|
|
"functions": [
|
|
{
|
|
"function": "set_armor_trim",
|
|
"material": "copper",
|
|
"pattern": "flow"
|
|
},
|
|
{
|
|
"function": "specific_enchants",
|
|
"enchants": [
|
|
{
|
|
"id": "protection",
|
|
"level": 4
|
|
},
|
|
{
|
|
"id": "fire_protection",
|
|
"level": 4
|
|
},
|
|
{
|
|
"id": "projectile_protection",
|
|
"level": 4
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"name": "minecraft:diamond_helmet"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"rolls": 1,
|
|
"conditions": [
|
|
{
|
|
"chance": 0.5,
|
|
"condition": "random_chance"
|
|
}
|
|
],
|
|
"entries": [
|
|
{
|
|
"type": "item",
|
|
"functions": [
|
|
{
|
|
"function": "set_armor_trim",
|
|
"material": "copper",
|
|
"pattern": "flow"
|
|
},
|
|
{
|
|
"function": "specific_enchants",
|
|
"enchants": [
|
|
{
|
|
"id": "protection",
|
|
"level": 4
|
|
},
|
|
{
|
|
"id": "fire_protection",
|
|
"level": 4
|
|
},
|
|
{
|
|
"id": "projectile_protection",
|
|
"level": 4
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"name": "minecraft:diamond_chestplate"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |