You've already forked minecraft-assets
Create/Update assets for version 17w15a
This commit is contained in:
20
assets/minecraft/advancements/story/elytra.json
Normal file
20
assets/minecraft/advancements/story/elytra.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"display": {
|
||||
"icon": "minecraft:elytra",
|
||||
"title": "Sky's the Limit",
|
||||
"description": "Find an Elytra"
|
||||
},
|
||||
"parent": "minecraft:story/enter_end_gateway",
|
||||
"criteria": {
|
||||
"elytra": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"item": "minecraft:elytra"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user