Overflowing Bars [Forge & Fabric]

Overflowing Bars [Forge & Fabric]

25M Downloads

[Bug]: move_chat_above_armor has no effect.

Tidy-Bear opened this issue ยท 0 comments

commented

Mod Loader (Required)

Forge

Minecraft Version(s) (Required)

1.20.1

Mod Version(s) (Required)

v8.0.1

Minimal Setup (Required)

Yes

Notes (Required)

After disabling move_chat_above_armor, only the hover box is normal.
Image

public static int getChatOffsetY() {
int offset = 0;
Minecraft minecraft = Minecraft.getInstance();
if (twoHealthRows(minecraft.player)) offset++;
if (armorRow(minecraft.player)) offset++;
if (toughnessRow(minecraft.player)) {
if (OverflowingBars.CONFIG.get(ClientConfig.class).toughness.leftSide || offset == 0) {
offset++;
}
}
return offset * 10;

The config hasn't been checked here.

latest.log (Required)

no need