Simple Splash Screen

Simple Splash Screen

81.6k Downloads

[BUG] Mojang Logo is not loaded from config folder

hellhound-bot opened this issue ยท 0 comments

commented

Reported By: TerraCrafterE3 (terracraftere3)
Original Message: View On Discord

Issue Description:
I have a problem, i am working on a Modpack and wanna change the Mojang logo, i already changed mojangstudios.png in the config folder but it did not change the logo when i start the modpack, even after restart.


Additional Information (Added by [Lead] HypherionSA):
Huh. Just checked our new code. The mojang logo isn't even loaded from the file. That is indeed a bug
This is the section that renders the mojang logo: https://github.com/Exploding-Creeper/SimpleSplashScreen/blob/0d90eb95b03ddf1b89abb05df44e99515614639e/src/main/java/me/hypherionmc/simplesplashscreen/client/mixins/LoadingOverlayMixin.java#L176

MOJANG_STUDIOS_LOGO_LOCATION isn't loaded from the config folder like the others, so that's why your initial attempt didn't work