Repairing items should not replenish flask uses (#883)
This commit is contained in:
parent
fdc20b63c7
commit
aa31592ba7
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue