/dark-loading-screen

Fabric mod to make the loading screen darker

Primary LanguageJavaGNU Lesser General Public License v3.0LGPL-3.0

Dark Loading Screen

A simple Fabric mod to make the loading screen darker.

A changelog is available here.

Color configuration

Colors can be modified in-game if both Mod Menu and Cloth Config are installed.

Manual configuration

Create or edit .minecraft/config/dark-loading-screen.json, the default config is

{
    "background": "14181c",
    "bar": "e22837",
    "barBackground": "14181c",
    "border": "303336",
    "logo": "ffffff",
    "fadeIn": 1.0,
    "fadeOut": 2.0
}

Manual changes are only visible after restarting the game.

Credits