Tags
Creators
Details
2.1.0
Compatibility
Changes
Also removes the "Joining World..." screen on world/proxied server switches now. See below for a hot preview
The preview below contains a brief flashing of the world loading / dirt screen appearing, the latter you will see without the mod. If you don't like this behavior anyways and would like to keep the semi-transparent joining world screen (vs. the non-transparent loading world dirt screen), simply keep using version 2.0.0 of this mod.
Preview
Top is with the mod, bottom right is vanilla
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:blWBX5n1:Ql2mxFsU"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:blWBX5n1:Ql2mxFsU"
}

