We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7faaca commit bb90ef0Copy full SHA for bb90ef0
1 file changed
src/main/java/com/lambda/mixin/render/DrawContextMixin.java
@@ -90,7 +90,7 @@ private void onDrawTooltip(TextRenderer textRenderer, List<Text> text, Optional<
90
return;
91
}
92
93
- if (data.isPresent()) {
+ if (data.isPresent() && data.get() instanceof ContainerPreview.ContainerComponent) {
94
ci.cancel();
95
ContainerPreview.renderShulkerTooltip((DrawContext)(Object)this, textRenderer, x, y);
96
0 commit comments