Tags
Creators
Details
All versions
1.4.0+fabric-1.21.4
Release
1.4.0 for Fabric 1.21.42 years ago 1,508
Compatibility
Minecraft: Java Edition
1.21.4
Platform
Fabric
Supported environments
Client-side
Required content
Any compatible version
Any compatible version
Changes
Changelog
1.4.0 (2024-12-28)
Features
- 1.20.4 update - swapped forge to neoforge (6b3c0b9)
- added a keyboard shortcut to pull up the config (fbd861d)
- added support for 1.21.4 (0d0020d)
- added support for 1.21.4 (274b0ee)
- version bump (3cb2782)
Bug Fixes
- #10: fixed the cause of a random crash (4d2bd09)
- #14: fixed a crash when closing minecraft (99327b8)
- 1.21 support (fb4418b)
- fixed bad telemetry config (724de44)
- fixed the build, have to rerelease (b018ee2)
- fixed the copypasta from srs (5fd5f66)
- made mod menu optional (ea878b5)
- made the mod available on forge (8b92e35)
- marked the version to be compatible with newer minecraft versions on modrinth and cf (d449cdf)
- minecart, guardian and other sounds are now silenced properly (c2fa7ed)
- the displayed game versions on the platforms (46b7ac7)
- updated to 1.20.2 (c46c144)
Optional dependencies
Any compatible version
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:FOIvwGKz:ptnlL4Gw"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:FOIvwGKz:ptnlL4Gw"
}

