Add ability to restore ruined spell books with the imbuement altar

For now this ignores dust elements but may change this in future
This commit is contained in:
Electroblob77
2020-09-14 15:37:05 +01:00
parent ac7e2fda94
commit ea4e07b2c9
7 changed files with 83 additions and 0 deletions
@@ -0,0 +1,19 @@
{
"display": {
"title": {
"translate": "advancement.ebwizardry:restore_ruined_book"
},
"description": {
"translate": "advancement.ebwizardry:restore_ruined_book.desc"
},
"icon": {
"item": "ebwizardry:ruined_spell_book"
}
},
"parent": "ebwizardry:restore_imbuement_altar",
"criteria": {
"criteria_0": {
"trigger": "ebwizardry:restore_ruined_book"
}
}
}