mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-11-10 20:11:35 +01:00
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);
|
list.add(level);
|
||||||
|
|
||||||
IFormattableTextComponent genSpeed = generatorSpeed(block, rpmUnit);
|
IFormattableTextComponent genSpeed = generatorSpeed(block, rpmUnit);
|
||||||
if (!genSpeed.equals(""))
|
if (!genSpeed.getString().isEmpty())
|
||||||
list.add(new StringTextComponent(" ").append(genSpeed).formatted(DARK_GRAY));
|
list.add(new StringTextComponent(" ").append(genSpeed).formatted(DARK_GRAY));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue