

Early Loading Bar
This mod adds a loading indicator that appears during the early stages of Minecraft launch when using Fabric.
The modification is compatible with all Minecraft versions since it only uses standard Fabric APIs.
Configuration
The configuration file is automatically generated on first launch.
{
"logoPath": null, // (Optional) Window logo, default uses built-in Minecraft logo
"barTitle": "Minecraft %version%", // The title, %version% = game version
"barMessage": "Minecraft is launching, please wait", // The message, %version% = game version
"memoryBarColor": "-65536", // Memory bar color in RGB format
"messageBarColor": "16711935" // Message bar color in RGB format
}