Replace Achievements with Advancements
- 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.
This commit is contained in:
@@ -1,21 +1,19 @@
|
||||
{
|
||||
"display": {
|
||||
"icon": {
|
||||
"item": "wizardry:master_wand"
|
||||
},
|
||||
"title": {
|
||||
"translate": "achievement.master"
|
||||
},
|
||||
"description": {
|
||||
"translate": "achievement.master.desc"
|
||||
},
|
||||
"frame": "task",
|
||||
"announce_to_chat": false
|
||||
},
|
||||
"parent": "wizardry:apprentice",
|
||||
"criteria": {
|
||||
"coded_trigger": {
|
||||
"trigger": "minecraft:impossible"
|
||||
}
|
||||
}
|
||||
}
|
||||
"display": {
|
||||
"title": {
|
||||
"translate": "achievement.master"
|
||||
},
|
||||
"description": {
|
||||
"translate": "achievement.master.desc"
|
||||
},
|
||||
"icon": {
|
||||
"item": "ebwizardry:master_wand"
|
||||
}
|
||||
},
|
||||
"parent": "ebwizardry:apprentice",
|
||||
"criteria": {
|
||||
"criteria_0": {
|
||||
"trigger": "ebwizardry:trigger_master"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user