You've already forked minecraft-assets
Create/Update assets for version 17w15a
This commit is contained in:
18
assets/minecraft/advancements/story/summon_wither.json
Normal file
18
assets/minecraft/advancements/story/summon_wither.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user