Fixed the GC issues

This commit is contained in:
WayofTime 2014-03-07 14:17:06 -05:00
parent b34ff3c58e
commit 5a4bb6e8e8
4 changed files with 16 additions and 9 deletions

View file

@ -39,6 +39,7 @@ public class AlchemyFlask extends Item
super(id);
this.setMaxDamage(8);
this.setMaxStackSize(1);
setNoRepair();
setCreativeTab(AlchemicalWizardry.tabBloodMagic);
// TODO Auto-generated constructor stub
}