Tags
Creators
Details
1.6.3
Compatibility
Required content
Changes
[1.6.3] — 2026-09-02 — Performance & Stability Improvements
This update reduces unnecessary server work and fixes several race-state and integration issues. No balance, save-data, power ID, or protocol changes.
Improved
- Cooldowns now update less often internally, greatly reducing unnecessary power syncs and network traffic.
- Improved race lookup performance, especially in single-player.
- Reduced unnecessary particle, attribute, and registry calculations.
Fixed
- Server integration toggles now correctly respect their config settings.
- Flap attempts are now properly rate-limited, including failed attempts with no stamina.
- Human Adaptation stacks now correctly return to the HUD after relogging.
- Race status runes now clear correctly after changing races.
- Primian Adaptation speed bonuses no longer remain after changing race.
- Web snares now respect allies, PvP protections, and build permissions.
- Grave servants and trap blocks with missing expiry data now clean themselves up correctly.
- Per-player race state is now cleared properly when servers stop or clients disconnect.
- Added extra safety checks for malformed screen-effect packets.
Compatibility Note
Cooldown bars may update in slightly larger steps when connecting an older client to a 1.6.3 server, but their total duration is unchanged.
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:KRmmARw2:omRZQYlV"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:KRmmARw2:omRZQYlV"
}

