Fix formatting
This commit is contained in:
@@ -126,7 +126,8 @@ public class InvalidPatternHelper {
|
||||
}
|
||||
|
||||
public ITextComponent getFormattedToolTip() {
|
||||
IFormattableTextComponent result = new StringTextComponent(this.getCount() + " ").func_230529_a_(this.getName());
|
||||
IFormattableTextComponent result = new StringTextComponent(this.getCount() + " ")
|
||||
.func_230529_a_(this.getName());
|
||||
|
||||
if (!this.isValid()) {
|
||||
result.func_240699_a_(TextFormatting.RED);
|
||||
|
||||
Reference in New Issue
Block a user