You've already forked minecraft-assets
23 lines
540 B
JSON
23 lines
540 B
JSON
{
|
|
"display": {
|
|
"icon": {
|
|
"item": "minecraft:dragon_egg"
|
|
},
|
|
"title": "The Next Generation",
|
|
"description": "Hold the Dragon Egg",
|
|
"frame": "goal"
|
|
},
|
|
"parent": "end/kill_dragon",
|
|
"criteria": {
|
|
"dragon_egg": {
|
|
"trigger": "minecraft:inventory_changed",
|
|
"conditions": {
|
|
"items": [
|
|
{
|
|
"item": "minecraft:dragon_egg"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|
|
} |