1.0.5-beta
Compatibility
Changes
Undo Mod v1.0.5 — Changelog (MC 26.2 Beta)
Release date: 2026-08-05 Supported version: Minecraft 26.2 (Fabric)
⚠️ Beta notice: This is a beta update for MC 26.2. It is still in testing — some features are not fully complete, and performance and stability are not guaranteed. Feedback is welcome if you encounter any issues.
🐛 Bug Fixes
- Fixed undo/redo stopping after a few uses
- Cause: a failed action stayed at the top of the stack, blocking all subsequent actions
- Fixed lost records during rapid consecutive actions
- Cause: a new transaction overwrote the previous uncommitted one when placing blocks quickly
- Fixed composite actions (e.g. chain reactions) stopping midway
- Cause: one failing sub-action aborted the entire action group
🛠️ Other Changes
- No longer ships bundled (YACL-included) JARs; only the main JAR is released
- Basic config screen works without any additional dependency
📦 Update Contents
Undo1.0.5+fabric26.2.jar(MC 26.2 main JAR)
Optional dependencies
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:I13AmOJJ:pCR9yOee"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:I13AmOJJ:pCR9yOee"
}

