FoxAhead / Simple-World-Timer

Minecraft mod of configurable timer for displaying world, in-game or system time.
MIT License
2 stars 2 forks source link

Enabling Simple World Timer overlay the XP bar over the level text #7

Closed Blizzerac closed 1 year ago

Blizzerac commented 1 year ago

As the title suggests, turning the mod on in the options by pressing H makes the Level go behind the XP bar. Turning the mod off rectifies that issue.

FoxAhead commented 1 year ago

Just tested on SimpleWorldTimer-1.12.2-1.1.3.2 and I can't confirm the issue. Could you provide more information, please? Mod version. Other mods or modpack installed. Screenshot.

Blizzerac commented 1 year ago

Apologies, forgot to tag those along.

Minecraft Version: 1.20.1 Mod Loader: Forge 47.2.0 Mod version: 1.20.1-1.12-beta Other mods:

Screenshots: https://imgur.com/a/T6nUGqP

Notes:

FoxAhead commented 1 year ago

Oh. That's a pretty extensive list for me to download and test every mod. Besides, I don't know your exact settings for each mod. I got no issue on a clean instance in MultiMC:

with these mods:

Used shaders BSL and SEUS.

Could you determine more precisely the mod with which this bug occurs? On my test configuration SWT itself does not cause this glitch. Also looking at the code, I don't see any possible causes. The only two lines that are related to rendering, and which are enabled/disabled by the Enable checkbox, are guiGraphics.drawString. Even though I'm not good at MC modding, I don't see any misuse here. https://github.com/FoxAhead/Simple-World-Timer/blob/2b05fb6f3bc411098896410d70b670803c3c8501/SimpleWorldTimer%201.20.1/src/main/java/foxahead/simpleworldtimer/Timer.java#L116 https://github.com/FoxAhead/Simple-World-Timer/blob/2b05fb6f3bc411098896410d70b670803c3c8501/SimpleWorldTimer%201.20.1/src/main/java/foxahead/simpleworldtimer/Timer.java#L123

FoxAhead commented 1 year ago

Ok. I think I found it.

The error appears together with this mod.

There are a lot of issues on this mod related to wrong text rendering Especially https://github.com/RaphiMC/ImmediatelyFast/issues/129 And other https://github.com/RaphiMC/ImmediatelyFast/issues/124 https://github.com/RaphiMC/ImmediatelyFast/issues/115 https://github.com/RaphiMC/ImmediatelyFast/issues/91

This mod claims to optimize the rendering including text and HUD, so I assume that the problem is excessive or incorrect optimization. Since such a glitch occurs not only with my mod, I suggest closing this issue and reopen the issue at the ImmediatelyFast repository. https://github.com/RaphiMC/ImmediatelyFast/issues

Blizzerac commented 1 year ago

Haha yeah sorry, it was a pretty long list. Didn't have time to give more details as I went to bed after. Will reopen the issue there. Thank you!

FoxAhead commented 1 year ago

I continued discussion in the ImmediatelyFast issue: https://github.com/RaphiMC/ImmediatelyFast/issues/129

Blizzerac commented 1 year ago

that's awesome man. love your dedication to getting this fixed, appreciate the research into it!