Tags
Creators
Details
Licensed GPL-3.0-or-later
Published 4 months ago
Updated 3 months ago
All versions
1.1.4-1.21.11
Release
1.1.4-1.21.113 months ago 101
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client-side
Required content
Changes
GroundSlammer 1.1.4 - 1.21.11
Changes:
- Falling FOV changes are now only activating beyond a 2-3 block fall (it made me dizzy when I had a fever, oh dear)
- That's it.
Notes:
- Requires Fabric Loader 0.19.1+ and Fabric API 0.141.3+.
- Also requires Cloth Config API 21.11.153 and Mod Menu 17.0.0 is optional.
- Built for Minecraft 1.21.11 (Batcraft, here we come)
- Still client-side mod only; does not affect server gameplay mechanics.
-
Spoiler
Upon testing, it's been observed that the mod works best with FOV effects turned off. As the mod currently does NOT silence vanilla FOV effects during falling, a conflict between the listeners appears. If you notice any glitchy behaviour with the way the surrounding terrain is rendered, consider putting FOV effects to 0% in the video settings
^ THIS IS NOT TRUE ANYMORE. ^
Upcoming / Planned Features:
- Yes.
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:IHwbIKxh:barmomY5"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:IHwbIKxh:barmomY5"
}



