diff --git a/src/main/kotlin/ru/dbotthepony/mc/otm/client/screen/MatteryScreen.kt b/src/main/kotlin/ru/dbotthepony/mc/otm/client/screen/MatteryScreen.kt index cf7b1255b..40b85dfd8 100644 --- a/src/main/kotlin/ru/dbotthepony/mc/otm/client/screen/MatteryScreen.kt +++ b/src/main/kotlin/ru/dbotthepony/mc/otm/client/screen/MatteryScreen.kt @@ -82,7 +82,14 @@ abstract class MatteryScreen(menu: T, inventory: Inventory, tit ) RenderSystem.depthFunc(GL11.GL_ALWAYS) - itemRenderer.renderGuiItemDecorations(poseStack, font, itemstack, 0, 0, countOverride) + itemRenderer.renderGuiItemDecorations( + poseStack, + font, + itemstack, + 1, + 1, + countOverride + ) } }