Tags
Creators
Details
Licensed MIT
Published 3 years ago
Updated 3 weeks ago
All versions
1.21-4.3.0
Release
ShoulderSurfing-Fabric-1.21.1-4.3.02 years ago 18.7K
Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platform
Fabric
Supported environments
Client-side
Required content
Any compatible version
Any compatible version
Changes
- ⚠️ Migrated to NeoForge api of forge config api port
- Support for config screens on Fabric and NeoForge builds
- ⚠️ NeoForge build no longer requires forge config api port
- ⚠️ Forge build now requires forge config api port
- Added config option to change pick vector for dynamic crosshair (default: CAMERA)
- Added config option whether the player y-rot should follow the camera y-rot (default: false)
- Added config option to limit player y-rot follow angle (default: 90)
- Added support for translations
- Renamed config option
sync_player_x_rot_with_inputstoplayer_x_rot_follows_camera - Fixed dynamic crosshair jitter
- Fixed a crash when joining or leaving a world that could be triggered by other mods
Known incompatibilities
Any version
Any version
Any version
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| ShoulderSurfing-Fabric-1.21-4.3.0-API.jar | Unknown | 40.01 KiB |
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:kepjj2sy:enQdfzc1"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:kepjj2sy:enQdfzc1"
}

