Links
Tags
Creators
Details
0.1.26
Compatibility
Required content
Changes
TotemVanillaTweaks 0.1.26
- Supports Nexus 0.3.17 Recovery Compass destination lists through the owning module's production Screen at Observer screen protocol 3, without a map canvas.
- Accepts the exact
recovery_compassserver relay variant while continuing to reject unknown variants, stale protocols and non-monotonic semantic updates. - Verifies initial and later recovery snapshots, read-only input/packet suppression, remote cursor and close cleanup across a dedicated server and two clients; absent owning modules retain unsupported metadata.
- Updates the pinned Nexus integration bundle and CI screenshot/lifecycle gates.
Minecraft 26.2 · Fabric · Java 25 · requires Fabric API and TotemCore 0.7.18 (external dependency), compatible with the 0.7.x Core line. Nexus is optional; install Nexus 0.3.17 to use Recovery Compass Observer views.
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:mEcpkZT2:GkaLjooh"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:mEcpkZT2:GkaLjooh"
}

