You've already forked minecraft-assets
18 lines
432 B
JSON
18 lines
432 B
JSON
{
|
|
"display": {
|
|
"icon": "minecraft:nether_star",
|
|
"title": "Withering Heights",
|
|
"description": "Summon the Wither"
|
|
},
|
|
"parent": "minecraft:story/enter_the_nether",
|
|
"criteria": {
|
|
"summoned": {
|
|
"trigger": "minecraft:summoned_entity",
|
|
"conditions": {
|
|
"entity": {
|
|
"type": "wither"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |