CustomLoadingScreen
CustomLoadingScreen copied to clipboard
A way to customise the loading screen in minecraft forge.
[Client]-BetterLoadingScreen-1.3.0 - 1.7.10-Forge10.13.3.1389-1710ls
Add something similar to ``` "actions":[ { "type":"sound", "conditionStart":"loaded = true", "conditionEnd":"false", "arguments":[ "sound/to/play" ], "repeat":"false" }, { "type":"sound", "conditionStart":"firstTick = true", "conditionEnd":"loaded = true", "arguments":[ "sound/to/repeat" ] } ]...
hey, it would be great if there would be a way to configure some tips which will be shown in the loading screen. Like "Creepers will explode if you get...
So you could use visibleHeight, visibleWidth, visibleStartX and visibleStartY to place the image properly. Will fix #4
look video: https://youtu.be/HdduGJAK-AQ time: 0:45 - 0:52.
When loader status says "Minecraft Engine starting" I think it's after Phase 1, another splash screen shows up for a few seconds. This could be a config conflict but I...
That way, those "preset one / preset two" files would actually be more useful, and it would allow users to add and test their own presets without having to reload...
If the option is there, I'm being blind. ;) Originally started looking for this because I wanted to change the background to match Mojang's 3 x **254** logo background, but...
**Summary** The project fails to build with the current gradle-wrapper.properties configuration. Updating the distributionUrl to use Gradle 4.9 resolves the issue on both Manjaro Linux and Windows. **Steps to Reproduce**...
Hello when rendering text OpenGL errors are spammed to the console and I also noticed that the text sometimes randomly change colour especially when used with forge_progress_bar_title(0), status and sub_status...