Merge pull request #7 from joshiejack/patch-1
Make Alchemy flasks non-repairable
This commit is contained in:
commit
e212b0eea7
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue