You've already forked minecraft-assets
Create/Update assets for version 17w15a
This commit is contained in:
64
assets/minecraft/advancements/story/shiny_gear.json
Normal file
64
assets/minecraft/advancements/story/shiny_gear.json
Normal file
@@ -0,0 +1,64 @@
|
||||
{
|
||||
"display": {
|
||||
"icon": "minecraft:diamond_chestplate",
|
||||
"title": "Cover Me With Diamonds",
|
||||
"description": "Diamond armor saves lives"
|
||||
},
|
||||
"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"
|
||||
]
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user