Batteries can't get mending anymore. Closes #2263
This commit is contained in:
parent
a836f45600
commit
d84a0133a4
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ public class BatteryItem extends Item implements EnergyHolder, ItemDurabilityExt
|
|||
private final EnergyTier tier;
|
||||
|
||||
public BatteryItem(int maxEnergy, EnergyTier tier) {
|
||||
super(new Item.Settings().group(TechReborn.ITEMGROUP).maxCount(1).maxDamageIfAbsent(1));
|
||||
super(new Item.Settings().group(TechReborn.ITEMGROUP).maxCount(1));
|
||||
this.maxEnergy = maxEnergy;
|
||||
this.tier = tier;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue