Add ruined spell book item (usage will be added later)

This commit is contained in:
Electroblob77
2020-09-06 23:24:36 +01:00
parent e147ce5d37
commit ac14c8f931
8 changed files with 17 additions and 0 deletions
@@ -129,6 +129,7 @@ public class ContainerBookshelf extends Container {
registerBookItem(WizardryItems.spell_book);
registerBookItem(WizardryItems.arcane_tome);
registerBookItem(WizardryItems.wizard_handbook);
registerBookItem(WizardryItems.ruined_spell_book);
registerBookItem(WizardryItems.scroll);
registerBookItem(WizardryItems.blank_scroll);
registerBookItem(WizardryItems.identification_scroll);