Make Alchemy flasks non-repairable
setting alchemy flasks to be non-repairable, will stop items such as the ars magica repairer and my anvil from being able to repair flasks, which should be what you'd want from what I understand, since they have their own special repair method.
This commit is contained in:
parent
fa6ccb83a1
commit
e17c9e4e9d
|
@ -42,6 +42,7 @@ public class AlchemyFlask extends Item
|
||||||
this.setMaxDamage(8);
|
this.setMaxDamage(8);
|
||||||
this.setMaxStackSize(1);
|
this.setMaxStackSize(1);
|
||||||
setCreativeTab(AlchemicalWizardry.tabBloodMagic);
|
setCreativeTab(AlchemicalWizardry.tabBloodMagic);
|
||||||
|
setNoRepair();
|
||||||
// TODO Auto-generated constructor stub
|
// TODO Auto-generated constructor stub
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue