Tags
Creators
Details
1.18.2-1.2.2-forge
Compatibility
Changes
-
add boots armor based damage increase when kicking with the feet (needs to be enabled in the server settings)
-
fix FBT trackers when using origin offset
-
fix memory leak when toggling vr
-
fix main player animations jittering with some mods
-
fix text box keyboard hint overlapping suggestions text
-
fix black flickering with sodium and journeymap, or just sodium on 1.21.3+
-
fix issues with some mods and block targeting, fixes crash with valkyrien skies, fixes crosshair getting stuck with create and cut through
-
fix first person hands with entity model features on forge below 1.20.5
-
fix potential crash on resource loading/resizing
1.18.2:
- fix first person hands
1.18.2-1.19.4:
- fix crosshairs in radial menu and pointer keyboard
1.20+:
- fix long bindings not showing in the radial menu and scrolling slightly
1.21.0:
- fix forge not loading on that version
1.21.3+:
- fix slim first person hands offset
- fix vr player held items being wrong with more than one player
- fix rain being different when between two blocks
- fix gui being rendered twice when using fabulous
1.21.4:
- fix crash when fabulous shader fails to compile
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:wGoQDPN5:ypPmhvYn"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:wGoQDPN5:ypPmhvYn"
}

