seems to be working fine
This commit is contained in:
@@ -66,8 +66,4 @@ public class ReachUpgrade1Item extends Item {
|
||||
tooltip.add(Component.literal(ChatFormatting.GRAY + "Consume to increase reach to " + ChatFormatting.BLUE + BuildConfig.reach.maxReachLevel1.get()));
|
||||
}
|
||||
|
||||
@Override
|
||||
public String getDescriptionId() {
|
||||
return this.getDescriptionId();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -71,9 +71,4 @@ public class ReachUpgrade2Item extends Item {
|
||||
tooltip.add(Component.literal(ChatFormatting.GRAY + "Consume to increase reach to " + ChatFormatting.BLUE + BuildConfig.reach.maxReachLevel2.get()));
|
||||
tooltip.add(Component.literal(ChatFormatting.GRAY + "Previous upgrades need to be consumed first"));
|
||||
}
|
||||
|
||||
@Override
|
||||
public String getDescriptionId() {
|
||||
return this.getDescriptionId();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -74,8 +74,4 @@ public class ReachUpgrade3Item extends Item {
|
||||
tooltip.add(Component.literal(ChatFormatting.GRAY + "Previous upgrades need to be consumed first"));
|
||||
}
|
||||
|
||||
@Override
|
||||
public String getDescriptionId() {
|
||||
return this.getDescriptionId();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user