All versions
1.1.1-1.21.11
Release
Vuurkrab’s Tweaks 1.1.1-1.21.11last month 59
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client-side
Required content
Changes
[1.1.1-1.21.11] — 2026-07-01
Changed
- Ported to Minecraft 1.21.11. This is a compatibility release — no gameplay, config, or behavior changes versus the 1.2.0 release. Every module (Totem Tweaks, Music Tweaks, Health Tweaks) works exactly as before; only internal Minecraft/Fabric API calls were updated for this version.
- Now requires Fabric Loader 0.19.0+, Fabric API 0.141.4+1.21.11, and Java 21.
- ModMenu integration updated to target ModMenu 17.0.0.
Notes
- Existing config files (
totemhandpop.json,vuurkrabs-music.json,vuurkrabs-health.json) and imported custom songs/sounds/effects carry over unchanged — no action needed when upgrading from a 26.2 install.
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:5LTBDHXu:FsjiN5tD"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:5LTBDHXu:FsjiN5tD"
}

