We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d619740 commit 5e1ddb5Copy full SHA for 5e1ddb5
src/main/java/gregtech/mixins/mui2/TooltipMixin.java
@@ -39,8 +39,8 @@ public abstract class TooltipMixin {
39
@Overwrite
40
public void buildTooltip() {
41
this.dirty = false;
42
- this.text.clearText();
43
if (this.tooltipBuilder != null) {
+ this.text.clearText();
44
this.tooltipBuilder.accept(getThis());
45
}
46
0 commit comments