Links
Tags
Creators
Details
1.0.1
Compatibility
Changes
Version 1.0.1 - The Security Update
New Features & Improvements:
Anti-MITM Security Fingerprints:
Added a state-of-the-art End-to-End Encryption (E2EE) verification system. When a guest attempts to join a host's LAN world, both players will now see a 6-digit Security Fingerprint (derived from the SHA-256 hash of the ECDH-exchanged AES session key). Players can verbally verify this code to guarantee 100% immunity against Man-in-the-Middle (MITM) attacks.
Seamless UI Integration:
The fingerprint waiting screen seamlessly overlays the Vanilla "Connecting to server..." screen, preserving the native connection lifecycle and cancel button functionality without interrupting the underlying Netty network pipeline.
Host Approval System Enhancement:
The host now receives the security fingerprint directly in the chat prompt when deciding to [Accept] or [Reject] an incoming connection.
Bug Fixes:
Fixed Server List Ghosting:
Resolved an issue where offline LAN rooms were not properly removed from the Multiplayer server list due to I18n and formatting code mismatches.
Fixed Network Daemon Deadlock:
Fixed a critical issue where the background presence heartbeat thread would permanently freeze if the initial DNS resolution failed or if the player hadn't opened the config screen (Lazy-loading trap fixed).
Connection Timeout Stability:
Improved the TCP connection timeout logic to accurately drop dead connections and auto-reconnect without locking up the client.
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:amLqQV9e:kRJsIjKu"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:amLqQV9e:kRJsIjKu"
}

