You've already forked minecraft-assets
23 lines
531 B
JSON
23 lines
531 B
JSON
{
|
|
"display": {
|
|
"icon": {
|
|
"item": "minecraft:elytra"
|
|
},
|
|
"title": "Sky's the Limit",
|
|
"description": "Find an Elytra",
|
|
"frame": "goal"
|
|
},
|
|
"parent": "minecraft:end/find_end_city",
|
|
"criteria": {
|
|
"elytra": {
|
|
"trigger": "minecraft:inventory_changed",
|
|
"conditions": {
|
|
"items": [
|
|
{
|
|
"item": "minecraft:elytra"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|
|
} |