1
0
mirror of https://github.com/Mojang/bedrock-samples.git synced 2025-04-14 01:14:42 +00:00
Files
bedrock-samples/behavior_pack/loot_tables/equipment/trial_chamber_diamond.json
Mike Ammerlaan c989e80c35 v1.21.0.3
2024-06-13 09:45:16 -07:00

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"
}
]
}
]
}