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 3e3b129 commit f529281Copy full SHA for f529281
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