promotional bannermobile promotional banner

Simple Custom Early Loading

Allows to customize the Neoforge and Forge early loading screen

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

Forge

implementation "curse.maven:simple-custom-early-loading-1214077:6306809"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

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"