You've already forked minecraft-assets
Create/Update assets for version 17w17a
This commit is contained in:
20
assets/minecraft/advancements/nether/summon_wither.json
Normal file
20
assets/minecraft/advancements/nether/summon_wither.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"display": {
|
||||
"icon": {
|
||||
"item": "minecraft:nether_star"
|
||||
},
|
||||
"title": "Withering Heights",
|
||||
"description": "Summon the Wither"
|
||||
},
|
||||
"parent": "minecraft:nether/get_wither_skull",
|
||||
"criteria": {
|
||||
"summoned": {
|
||||
"trigger": "minecraft:summoned_entity",
|
||||
"conditions": {
|
||||
"entity": {
|
||||
"type": "wither"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user