You've already forked minecraft-assets
Create/Update assets for version 22w46a
This commit is contained in:
77
data/minecraft/advancements/story/obtain_armor.json
Normal file
77
data/minecraft/advancements/story/obtain_armor.json
Normal file
@@ -0,0 +1,77 @@
|
||||
{
|
||||
"parent": "minecraft:story/smelt_iron",
|
||||
"criteria": {
|
||||
"iron_boots": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"minecraft:iron_boots"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"iron_chestplate": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"minecraft:iron_chestplate"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"iron_helmet": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"minecraft:iron_helmet"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"iron_leggings": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"minecraft:iron_leggings"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
}
|
||||
},
|
||||
"display": {
|
||||
"announce_to_chat": true,
|
||||
"description": {
|
||||
"translate": "advancements.story.obtain_armor.description"
|
||||
},
|
||||
"frame": "task",
|
||||
"hidden": false,
|
||||
"icon": {
|
||||
"item": "minecraft:iron_chestplate",
|
||||
"nbt": "{Damage:0}"
|
||||
},
|
||||
"show_toast": true,
|
||||
"title": {
|
||||
"translate": "advancements.story.obtain_armor.title"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"iron_helmet",
|
||||
"iron_chestplate",
|
||||
"iron_leggings",
|
||||
"iron_boots"
|
||||
]
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user