1.2.1+1.21.11
Compatibility
Required content
Changes
š§± AutoBuild 1.2.1+1.21.11 ā GUI & Water Fix Update
This update includes a major GUI revamp and important fixes for water and lava handling.
āāāāāāāāāāāāāāāāāāāāāāāāāā
š„ Major GUI Revamp
- Reworked overlay layout and panel structure.
- Improved button organization and spacing.
- Settings panel is now fully synchronized with the server.
- Improved tooltips and overall UI clarity.
āāāāāāāāāāāāāāāāāāāāāāāāāā
š Water & Lava Fixes
- Fixed water placement issues.
- Fixed water/lava bucket handling.
- Improved waterlogged block behavior.
- Buckets are now properly consumed in Survival.
- Flowing water now spreads naturally.
āāāāāāāāāāāāāāāāāāāāāāāāāā
š Tool Improvements
- Improved Preview Mover Tool behavior.
- Improved Selection Tool reliability.
- Added secure internal tool tagging (no more name-based detection).
āāāāāāāāāāāāāāāāāāāāāāāāāā
This update significantly improves stability, survival accuracy, and overall user experience.
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:wzBO46L7:Xm7QiE48"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:wzBO46L7:Xm7QiE48"
}

