Back to mods
Mod Loading Screen project artwork

Modrinth · Minecraft mod

Mod Loading Screen

An advanced loading screen with the loading progress of mods

Choose a version Pick your version below, then grab the matching file.

Quick answer

Which Mod Loading Screen release matches 13w41a?

Updated 1 year ago
Best match for your filters 1.0.5
Game version rd-132211, rd-132328, rd-20090515
Loader Fabric, java-agent, Quilt

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.

Client Optional
Dedicated server Optional
Loader for this release Fabric, java-agent, Quilt
Required install it here Optional supported, not mandatory Not supported do not install here Source doesn’t say do not assume

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 13w41a. Every mod below is checked against that same setup.

No extra mods listed for this file

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 13w41a. Pick another file and the loader, install side or required mods may change.

  1. 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.

  2. 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.

  3. 03

    Put it on the correct side

    Installation on the client is optional. Installation on the dedicated server is optional.

  4. 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.

1798 available setups

Showing 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

6 of 6 releases match
Clear filters

Looking for an older file? The official Modrinth project page is in Resources.