612bbdb64d
- Advancements are now in JSON files, converted by the included migration script. - WizardryAdvancementTrigger is a generic achievement trigger that can be reused throughout the code to trigger custom advancements not covered by the JSON conditions. - Plus some other small and obvious fixes.
22 lines
560 B
JSON
22 lines
560 B
JSON
{
|
|
"display": {
|
|
"title": {
|
|
"translate": "achievement.defeat_evil_wizard"
|
|
},
|
|
"description": {
|
|
"translate": "achievement.defeat_evil_wizard.desc"
|
|
},
|
|
"icon": {
|
|
"item": "ebwizardry:wizard_boots_necromancy"
|
|
}
|
|
},
|
|
"parent": "ebwizardry:wizard_trade",
|
|
"criteria": {
|
|
"criteria_0": {
|
|
"trigger": "minecraft:player_killed_entity",
|
|
"conditions": {
|
|
"entity": { "type": "ebwizardry:evil_wizard" }
|
|
}
|
|
}
|
|
}
|
|
} |