DenWav / ExtendedHotbar

GNU Lesser General Public License v3.0
17 stars 8 forks source link

Mod Incompatibilities with XP Bar and screen violently shakes after dying with 1 or more levels of experience. (Read Desc) #19

Open TheShadyyOneYT opened 3 months ago

TheShadyyOneYT commented 3 months ago

I have a mod incompatibility with another mod. The Mod will display the experience bar above the health and hunger until you get 1 experience LEVEL or more. Mod causing the problem: https://modrinth.com/mod/rpg-hud/version/3.10

Imgur: https://imgur.com/a/iPSNubJ

Mod Incompatibility Version: RPG HUD 3.10 Fabric Loader: 0.16 Mod Version: 3.0.0 Fabric Api: 0.92.2 Game Version: 1.20.1

Also there is some mod incompatibility where the screen will shake violently, still trying to figure it out. but same loader, version, api, and mod version. Mod causing the problem: https://modrinth.com/mod/rpg-hud/version/3.10

Video: https://youtu.be/h_es8aXSSIk

unilock commented 3 months ago

That mod replaces the entirety of RenderOverlay#renderStatusBars, so it's not terribly surprising that it breaks in this way. They should really just use an @Overwrite; that way, at least it's clear which mod is doing something they shouldn't...
https://github.com/Raelzaryn/RPG-Hud/blob/41cc237a59a74668c5946e5fad83ece72b3673e2/src/client/java/net/spellcraftgaming/rpghud/mixin/RenderOverlayMixin.java#L47-L163

There's not really anything that Extended Hotbar can do to fix these issues on its end.
(I suppose a mixin into that mod could work, but that's not very practical...)

TheShadyyOneYT commented 3 months ago

Thanks for the clarification 👍

TheShadyyOneYT commented 3 months ago

Mentioned now to mod maker of RPG HUD:

https://github.com/Raelzaryn/RPG-Hud/issues/134