File Details
v1.0-forge
- R
- Mar 15, 2025
- 668.85 KB
- 488
- 1.20.6+3
- Forge
File Name
SimpleCustomEarlyLoading-forge-1.20.x-1.0-forge.jar
Supported Versions
- 1.20.6
- 1.20.4
- 1.20.2
- 1.20.1
Curse Maven Snippet
This is an attempt to override Forge's early loading screen.
Usage may be unstable, and the game can crash unexpectically
Forge does not support custom early window (NeoForge does), so I tried to use an ugly "hack" to override it.
Unfortunately, the override is applied quite late, which may result in the original red early loading (or a white screen) to "flash" on the very game start. I can't do anything about that.
However, the red color of the original loading can be changed using darkMojangStudiosBackground:true in options.txt.
Installation
In contrast to NeoForge, this requires the default value in fml.toml:
earlyWindowProvider = "fmlearlywindow"

