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
@@ -73,6 +73,7 @@ public class WizardryJEIPlugin implements IModPlugin {
addItemInfo(registry, WizardryItems.armour_upgrade, ".desc_extended");
addItemInfo(registry, WizardryItems.purifying_elixir, ".desc_extended");
addItemInfo(registry, WizardryItems.astral_diamond);
addItemInfo(registry, WizardryItems.ruined_spell_book);
for(Item item : Item.REGISTRY){