You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: