
Modrinth · Minecraft mod
Mod Loading Screen
An advanced loading screen with the loading progress of mods
Quick answer
Which Mod Loading Screen release matches a1.0.4?
Mod Loading Screen 1.0.5 targets rd-132211, rd-132328, rd-20090515 with Fabric, java-agent, Quilt. Installation on the client is optional. Installation on the dedicated server is optional. No extra mods listed for this file.
Where it goes
Is Mod Loading Screen required on the client, server, or both?
Installation on the client is optional. Installation on the dedicated server is optional.
The source marks this as usable on both the client and server.
What else does Mod Loading Screen 1.0.5 need?
1.0.5 on a1.0.4. Every mod below is checked against that same setup.
This file does not list any required mods. Do not add a library just because a different file uses it.
This file does not list any required or optional mods.
Before you install it
Add Mod Loading Screen without breaking your instance.
Built for Mod Loading Screen 1.0.5 on a1.0.4. Pick another file and the loader, install side or required mods may change.
- 01
Stick to this file
Use 1.0.5. It targets rd-132211, rd-132328, rd-20090515 with Fabric, java-agent, Quilt; another release may have different loader, side or dependency requirements.
- 02
Bring the mods it needs
This file does not list any required mods. Do not add a library just because a different file uses it.
- 03
Put it on the correct side
Installation on the client is optional. Installation on the dedicated server is optional.
- 04
Pick the file you checked
Use the “Get this file” button beside 1.0.5. It opens that exact file at the source.
About this project
What does Mod Loading Screen add?
Mod Loading Screen
An advanced loading screen with the loading progress of mods. It works on all Minecraft versions, as it doesn't even require Minecraft. Its only requirement is Fabric Loader 0.12.0 or later or Quilt Loader (specific versions of Quilt support are unknown). Do note that if you run this mod on a game other than Minecraft, the loading screen may not close itself.
Agent
Mod Loading Screen provides a Java agent, which allows opening the loading screen before even the mod loader itself loads. This feature is primarily targeted at modpack developers who want to make a seamless loading experience. The agent can be used by passing -javaagent:mod-loading-screen-1.0.4.jar as a JVM argument. If the agent is used, the loading screen should not be installed as a mod.
API
To depend on the API, use the Modrinth Maven. The API should be JiJed, and doing so will not include Mod Loading Screen inside your mod (it will only include the API, which is only a few kilobytes). The API is designed to have both forwards and backwards binary compatibility with future Mod Loading Screen versions. An API is provided for checking which API calls will return stubs and which ones are real.
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
filter {
includeGroup("maven.modrinth")
}
}
}
dependencies {
// implementation, not modImplementation!
include(implementation("maven.modrinth:mod-loading-screen:1.0.4:api"))
}
The API has two top-level classes: LoadingScreenApi and AvailableFeatures. Full javadocs are available for both classes.
Project description from Modrinth.
Pick your setup
Mod Loading Screen by Minecraft version and loader
Choose the version and loader you play, then open the matching release.
rd-161348
2 loader buildsrd-160052
2 loader buildsrd-132328
2 loader buildsrd-132211
2 loader buildsinf-20100618
2 loader buildsc0.30_01c
2 loader buildsc0.0.13a_03
2 loader buildsc0.0.13a
2 loader buildsc0.0.11a
2 loader buildsb1.8.1
2 loader buildsb1.8
2 loader buildsShowing the newest 12 of 899 game versions. Older files are in the list below.
Check the dependencies, then try the file in a copied instance before changing a world you care about.
Recent files
Mod Loading Screen versions and loaders
1.0.5
mod-loading-screen-1.0.5.jar
25 Feb 2025
1.0.4
mod-loading-screen-1.0.4.jar
24 Oct 2023
1.0.3
mod-loading-screen-1.0.3.jar
13 Sept 2023
1.0.2
mod-loading-screen-1.0.2.jar
25 Jun 2023
1.0.1
mod-loading-screen-1.0.1.jar
30 Jan 2023
1.0.0
mod-loading-screen-1.0.0.jar
21 Jan 2023
Looking for an older file? The official Modrinth project page is in Resources.