offset itemstack decorations as well
This commit is contained in:
parent
61d4bf57a6
commit
f177e796d7
@ -82,7 +82,14 @@ abstract class MatteryScreen<T : MatteryMenu>(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
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user