Repairing items should not replenish flask uses (#883)
This commit is contained in:
parent
fdc20b63c7
commit
aa31592ba7
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue