Really weird nether panorama shows up sometimes when my custom modpack is loaded. I have zero clue what is causing this, all my pack menu files seem like they are correct
JkubCC opened this issue ยท 5 comments
That's the vanilla panorama. I've never been able to reproduce it reliably, so I think it's some sort of race condition.
What I think happens is, based on mod loading times, sometimes this doesn't execute before the texture manager preloads all the panorama textures https://github.com/Shadows-of-Fire/PackMenu/blob/1.18/src/main/java/shadows/menu/PackMenuClient.java#L49
Might be able to fix it with a mixin
Should... maybe be fixed 4.1.0 (1.18.2), if it still persists reopen this.