0.5.0-beta.2+mc1.21.9-1.21.10
Compatibility
Changes
Echo Protocol 0.5.0-beta.2 — Minecraft 1.21.9–1.21.10
Compatibility port of Echo Protocol 0.5.0-beta.2 — The House Remembers to Minecraft 1.21.9 and 1.21.10.
This release does not add new gameplay content. It brings the existing 0.5.0-beta.2 experience to newer Minecraft versions.
Changes
- Added support for Minecraft 1.21.9 and 1.21.10.
- Updated Yarn mappings and Fabric dependencies.
- Adapted Echo Protocol to Minecraft 1.21.9+ entity and world APIs.
- Updated version-specific rendering and networking compatibility.
- Preserved the modern Echo render-state system.
- Preserved translucent Echo rendering and player skin support.
- Preserved the stable UUID tracked-data implementation.
- Preserved server-authoritative multiplayer privacy.
- Preserved configuration and persistent memory compatibility.
- Verified Memory Echo, Corrupted Echo, Mimic Echo, False Memories, Peripheral Echo, Audio Residue and The Original.
- Verified dedicated-server and real-client startup on both versions.
- The exact same compiled JAR was tested on Minecraft 1.21.9 and 1.21.10.
Verification
- 50 automated tests: Passed
- Production build: Passed
- Minecraft 1.21.9 server/client: Verified
- Minecraft 1.21.10 server/client: Verified
- Representative gameplay: Verified
- Echo renderer: Verified
- No critical packet, mixin or runtime errors detected
Requirements
- Minecraft Java Edition 1.21.9 or 1.21.10
- Fabric Loader 0.19.3+
- Fabric API
- Java 21
- Install on both client and server for multiplayer
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:yky5pji4:pYIESw7e"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:yky5pji4:pYIESw7e"
}

