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