Add continuous spell casting with scrolls and increase scroll and spell book stack sizes to 16
This commit is contained in:
@@ -30,7 +30,7 @@ public class ItemSpellBook extends Item {
|
||||
public ItemSpellBook(){
|
||||
super();
|
||||
setHasSubtypes(true);
|
||||
setMaxStackSize(1);
|
||||
setMaxStackSize(16);
|
||||
setCreativeTab(WizardryTabs.SPELLS);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user