CustomLoadingScreen
CustomLoadingScreen copied to clipboard
A way to customise the loading screen in minecraft forge.
Howdy, Love the customization this mod provides. Sadly there is a huge performance issue at the late stage of loading. I don't know if this is a specific incompatibility with...
Reading up on past issues, 1.3.X had at the very least _some_ sort of configuration. How would we go about this configuring the mod for 1.4.X? (Or at least to...
# What sound to play when loading is complete. Default is the level up sound (random.levelup) [default: random.levelup] S:sound=random.levelup how do i do custom sound for this like an OGG...
Hello, As I was trying to find an Error with an Friends server, which prevented it from starting, I noticed that your mod threw an ClassNotFoundException: ```` [10:54:13] [Server thread/INFO]...
Works fine the next time around when the file is generated, though. For a quick reproduction, just nuke the config directory, it doesn't matter if BLS' config is kept or...
Last version liteloader and CustomLoadingScreen. java.lang.IllegalStateException: Cannot go to state as is [ACTIVE] but [INCOMPLETE] at com.mumfrey.liteloader.launch.LiteLoaderTweaker$StartupState.gotoState(LiteLoaderTweaker.java:334) at com.mumfrey.liteloader.launch.LiteLoaderTweaker.onInit(LiteLoaderTweaker.java:121) at com.mumfrey.liteloader.launch.LiteLoaderTweaker.init(LiteLoaderTweaker.java:296) at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:505) at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878) at net.minecraft.client.main.Main.main(SourceFile:148) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)...
ResourceLoader cannot override textures as normal when using BetterLoadingScreen, but adding textures for things with no texture works as intended.
I would like to have an animated element in my loading screen, like a rotating block. How can I do that? Thanks, Pie.