These should stack to 16 now or it'll be a bit too easy to take loads of mana with you

This commit is contained in:
Electroblob77
2020-09-30 19:21:24 +01:00
parent 543cc22c44
commit 7e32263946
@@ -44,6 +44,7 @@ public class ItemManaFlask extends Item {
super();
this.size = size;
this.setCreativeTab(WizardryTabs.WIZARDRY);
this.setMaxStackSize(16);
}
@Override