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);
|
||||
setMaxStackSize(1);
|
||||
setMaxDamage(8);
|
||||
setNoRepair();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in a new issue