You've already forked minecraft-assets
20 lines
480 B
JSON
20 lines
480 B
JSON
{
|
|
"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"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|
|
} |