promotional bannermobile promotional banner

Simple Custom Early Loading

Allows to customize the Neoforge and Forge early loading screen

File Details

v2.1.1 - Forge 47.4.12+ only!

  • R
  • Jan 19, 2026
  • 857.86 KB
  • 2.7K
  • 1.20.1
  • Forge

File Name

SimpleCustomEarlyLoading-2.1.1-forge.jar

Supported Versions

  • 1.20.1

Curse Maven Snippet

Forge

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

Learn more about Curse Maven

This release is for Minecraft 1.20.1 Forge 47.4.12 and newer only!

  • If you are using 47.4.10 or older, use Simple Custom Early Loading v2.0, do not use this version
  • If you are using 47.4.11, update forge and use this version

Added an option to specify multiple images from which a random one will be picked. Example: "image": ["stellarview.png", "another.png", "yet_another.png"], Thanks to Gabriel fresan for the suggestion #6!

Added support for window resizing. The resolution will now update when the window is resized. Updated image rendering to keep aspect ratio. This can be disabled with "keep_aspect_ratio": false, in the position element section. This also resolves an issue where a black strips would display when the window switched to fullscreen, thanks to pitersonix for reporting!