Fixed the GC issues
This commit is contained in:
parent
b34ff3c58e
commit
5a4bb6e8e8
4 changed files with 16 additions and 9 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue