You've already forked minecraft-assets
16 lines
391 B
JSON
16 lines
391 B
JSON
{
|
|
"display": {
|
|
"icon": {
|
|
"item": "minecraft:golden_apple"
|
|
},
|
|
"title": "Zombie Doctor",
|
|
"description": "Weaken and then cure a zombie villager",
|
|
"frame": "goal"
|
|
},
|
|
"parent": "minecraft:story/enter_the_nether",
|
|
"criteria": {
|
|
"cured_zombie": {
|
|
"trigger": "minecraft:cured_zombie_villager"
|
|
}
|
|
}
|
|
} |