"fix" one pixel item offset

This commit is contained in:
DBotThePony 2023-05-06 20:06:10 +07:00
parent 738479b6ee
commit f26f5a51bb
Signed by: DBot
GPG Key ID: DCC23B5715498507

View File

@ -76,8 +76,8 @@ abstract class MatteryScreen<T : MatteryMenu>(menu: T, inventory: Inventory, tit
poseStack,
requireNotNull(ru.dbotthepony.mc.otm.client.minecraft.player) { "yo, dude, what the fuck" },
itemstack,
0,
0,
1,
1,
(x + y * ru.dbotthepony.mc.otm.client.minecraft.window.guiScaledWidth).toInt()
)