Overflowing Bars [Forge & Fabric]

Overflowing Bars [Forge & Fabric]

25M Downloads

[Bug]: visual error: share item in chat from quark

primefield opened this issue ยท 1 comments

commented

Mod Loader (Required)

Forge

Minecraft Version(s) (Required)

1.20.1

Mod Version(s) (Required)

8.0.1

Minimal Setup (Required)

Yes

Notes (Required)

Current Behavior:
With the added Quark feature of sharing items in the chat, the Overflowing Bars mod displays the item outside its original position, as shown in the image.

Steps to reproduce:

  1. Obtain armor that grants toughness.
  2. Open your inventory and hover your cursor over an item.
  3. Share the item in the chat using the Shift + T command.

image

latest.log (Required)

https://gist.github.com/primefield/abd2fbe3ddf7755455a03c86ec635b73

commented

Seems to be on Quark's side.
They called guiGraphics.pose().mulPoseMatrix(pose.last().pose());, causing the y to double.