Skip to content

Commit b6f273b

Browse files
committed
Update AbstractContainerScreenMixin.java
1 parent 401d016 commit b6f273b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/java/xyz/violaflower/legacy_tweaks/mixin/client/tweak/legacy_ui/container/AbstractContainerScreenMixin.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,8 @@ private void changeSlotSizeItem(AbstractContainerScreen instance, GuiGraphics gu
118118
guiGraphics.pose().translate(-guiGraphics.guiWidth()/2f, -guiGraphics.guiHeight()/2f,0);
119119
GraphicsUtil.renderFloatingItem(instance, 28, guiGraphics, itemStack, currentMouseX, currentMouseY, text);
120120
poseStack.popPose();
121+
} else {
122+
original.call(instance, guiGraphics, itemStack, x, y, text);
121123
}
122124
}
123125

0 commit comments

Comments
 (0)