Fix tooltip whitespace
This commit is contained in:
parent
9fa63743b6
commit
8a4eaef015
1 changed files with 1 additions and 1 deletions
|
@ -163,7 +163,7 @@ public class ItemDescription {
|
|||
list.add(level);
|
||||
|
||||
IFormattableTextComponent genSpeed = generatorSpeed(block, rpmUnit);
|
||||
if (!genSpeed.equals(""))
|
||||
if (!genSpeed.getString().isEmpty())
|
||||
list.add(new StringTextComponent(" ").append(genSpeed).formatted(DARK_GRAY));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue