You've already forked minecraft-assets
21 lines
460 B
JSON
21 lines
460 B
JSON
{
|
|
"display": {
|
|
"icon": {
|
|
"item": "minecraft:skull",
|
|
"data": 5
|
|
},
|
|
"title": "Free the End",
|
|
"description": "Good luck"
|
|
},
|
|
"parent": "end/root",
|
|
"criteria": {
|
|
"killed_dragon": {
|
|
"trigger": "minecraft:player_killed_entity",
|
|
"conditions": {
|
|
"entity": {
|
|
"type": "ender_dragon"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |