Repairing items should not replenish flask uses (#883)

This commit is contained in:
Nicholas Ignoffo 2016-08-18 05:49:17 -07:00
parent fdc20b63c7
commit aa31592ba7

View file

@ -33,6 +33,7 @@ public class ItemPotionFlask extends Item implements IVariantProvider
setCreativeTab(BloodMagic.tabBloodMagic); setCreativeTab(BloodMagic.tabBloodMagic);
setMaxStackSize(1); setMaxStackSize(1);
setMaxDamage(8); setMaxDamage(8);
setNoRepair();
} }
@Override @Override