1.2.2+26.1.2
Compatibility
Changes
Improves how server transfers look. Transfer speed is unchanged.
Mouse stays grabbed during reconfiguration
Switching servers no longer releases your cursor. Previously the cursor appeared for the whole "Reconfiguring..." phase and then re-centered when the world returned, which was the most noticeable part of a transfer on proxied servers.
This also means keys held through a transfer stay held. The mouse re-grab used to reset key states, so walking through a warp while holding forward would drop the input.
Smoother frozen frame
The frame shown during reconfiguration is now copied GPU side instead of being read back through a screenshot. It is ready on the first frame rather than arriving one or two frames late, so the default background no longer flashes before it on short transfers.
That frame is now filled with the scene's fog color, and dimmed slightly so the pause reads as deliberate instead of as a hang.
Compatibility
Nothing here touches the resource pack reload overlay, so mods that manage server resource packs are unaffected.
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:gUsWrsXb:TbX7uR5R"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:gUsWrsXb:TbX7uR5R"
}

