You've already forked minecraft-assets
63 lines
1.5 KiB
JSON
63 lines
1.5 KiB
JSON
{
|
|
"display": {
|
|
"icon": "minecraft:diamond_chestplate",
|
|
"title": "Shiny gear"
|
|
},
|
|
"parent": "minecraft:story/mine_diamond",
|
|
"criteria": {
|
|
"diamond_helmet": {
|
|
"trigger": "minecraft:inventory_changed",
|
|
"conditions": {
|
|
"items": [
|
|
{
|
|
"item": "minecraft:diamond_helmet"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"diamond_chestplate": {
|
|
"trigger": "minecraft:inventory_changed",
|
|
"conditions": {
|
|
"items": [
|
|
{
|
|
"item": "minecraft:diamond_chestplate"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"diamond_leggings": {
|
|
"trigger": "minecraft:inventory_changed",
|
|
"conditions": {
|
|
"items": [
|
|
{
|
|
"item": "minecraft:diamond_leggings"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"diamond_boots": {
|
|
"trigger": "minecraft:inventory_changed",
|
|
"conditions": {
|
|
"items": [
|
|
{
|
|
"item": "minecraft:diamond_boots"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
},
|
|
"requirements": [
|
|
[
|
|
"diamond_helmet"
|
|
],
|
|
[
|
|
"diamond_chestplate"
|
|
],
|
|
[
|
|
"diamond_leggings"
|
|
],
|
|
[
|
|
"diamond_boots"
|
|
]
|
|
]
|
|
} |