TeamMidnightDust / CustomSplashScreen

Change minecraft's loading screen to your liking! Completely configurable!
MIT License
21 stars 6 forks source link

Not Importing Custom Background Image #11

Closed Monorange closed 2 years ago

Monorange commented 2 years ago

Hello!, when i tried to import my own custom image into the mod config, the image was the same

image

image

The route of the backgroudn image was the same (background) was the same.

And they were both the same size / resolution (960x540), Any help?

Motschen commented 2 years ago

It looks like you replaced the image in the jar, but you have to replace the image in the .minecraft/config/customsplashscreen directory

Monorange commented 2 years ago

Ohh i see, Alright, Thanks!

So the files on the .jar are basically useless?, Or do you have to change both?

Motschen commented 2 years ago

The files in the jar are just the example images that are copied to the config folder on initial load, you can ignore them.