Add continuous spell casting with scrolls and increase scroll and spell book stack sizes to 16

This commit is contained in:
Electroblob
2018-06-24 15:48:48 +01:00
parent 75e5de603e
commit 73d973783d
5 changed files with 77 additions and 17 deletions
@@ -30,7 +30,7 @@ public class ItemSpellBook extends Item {
public ItemSpellBook(){
super();
setHasSubtypes(true);
setMaxStackSize(1);
setMaxStackSize(16);
setCreativeTab(WizardryTabs.SPELLS);
}