Shoulder Surfing Reloaded is a highly configurable third person camera mod for minecraft.
- Over-the-shoulder camera - see what you are interacting with in 3rd person
- Decoupled camera - walk left and right without turning your mouse
- Free look (default:
left alt) - keep walking in a direction while looking in a different one - Hotkeys to move the camera (default:
arrow keys,page upandpage down,oto switch shoulders) - Corrective cross-hair positioning when using adaptive or dynamic crosshair
- Adaptive player transparency - fades the player model to transparent when view is obstructed
- Highly configurable - customize your 3rd person experience with many configuration options
- Client side only - no server mods required
- Plugin API - implement custom camera behaviours and compatibility features with ease
Please note that this mod modifies the camera position and player movement, which can be an issue for servers with strict anti-cheat. Use at your own risk!
Download Shoulder Surfing Reloaded from CurseForge or Modrinth or build from source.
Forge
- Make sure Minecraft Forge is installed
- Make sure Forge Config API Port (CurseForge, Modrinth) is installed
- Navigate to
.minecraft/mods - Move
ShoulderSurfing-Forge-[VERSION].jarinto the folder - Follow the steps below
- Select Forge as your profile
- Launch Minecraft
- Join a world or server
- Use
arrow keys,page upandpage downto adjust the perspective,oto switch shoulders
Fabric
- Make sure Fabric is installed
- Make sure Fabric API (CurseForge, Modrinth) is installed
- Make sure Forge Config API Port (CurseForge, Modrinth) is installed
- Navigate to
.minecraft/mods - Move
ShoulderSurfing-Fabric-[VERSION].jarinto the folder - Follow the steps below
- Select Fabric as your profile
- Launch Minecraft
- Join a world or server
- Use
arrow keys,page upandpage downto adjust the perspective,oto switch shoulders
NeoForge
- Make sure NeoForge is installed
- Navigate to
.minecraft/mods - Move
ShoulderSurfing-NeoForge-[VERSION].jarinto the folder - Follow the steps below
- Select NeoForge as your profile
- Launch Minecraft
- Join a world or server
- Use
arrow keys,page upandpage downto adjust the perspective,oto switch shoulders
≥ 1.21: Ingame: Mods → ShoulderSurfing → Config (Manual: .minecraft/config/shouldersurfing-client.cfg)
≤ 1.20: Install Forge Config Screens (CurseForge, Modrinth) (Manual: .minecraft/config/shouldersurfing-client.cfg)
Version 2.9.7 and older
≥ 1.13: Manual: .minecraft/config/shouldersurfing.toml
≤ 1.12: Ingame: Mods → ShoulderSurfing → Config (Manual: .minecraft/config/shouldersurfing.cfg)
Shoulder Surfing Reloaded features a plugin API for third party mod developers. This allows for implementing custom camera behaviours and compatibility features without the use of invasive mixins. The documentation can be found in the wiki. It explains step by step on how to create and register your own plugin, and how you can implement and register custom callbacks.
Clone the repository and run the following command in the root directory of this repository:
gradlew buildThe binaries for each platform can be found in the following directories:
| Platform | Path |
|---|---|
| Forge | ShoulderSurfing/forge/build/libs |
| Fabric | ShoulderSurfing/fabric/build/libs |
| NeoForge | ShoulderSurfing/neoforge/build/libs |
Q: Why is the player not looking at the position of the crosshair when holding item x?
A: This needs to be configured using the config options adaptive_crosshair_hold_items or adaptive_crosshair_use_items.
Q: Why is the player not rendered correctly when using shader pack x?
A: This is caused by player transparency effects of Shoulder Surfing Reloaded. Either disable them in the config (adjust_player_transparency) and restart your game or report this to the authors of the shader pack.
Q: Can you port feature x to version y?
A: No.
Q: Can you port this to quilt, liteloader, rift, etc.?
A: No.
Q: Can I add this to my mod pack?
A: Yes.
Builtin compatibility*
- Cobblemon
- Create
- Create-Fly
- Curios
- TslatEntityStatus
Incompatible mods*
- Better Third Person
- Camera Utils
- Feather Client
- Nimble
- Valkyrien Skies
- YDM's Custom Camera View
Minor incompatibility issues*
- Clutter (hats do not render transparent)
- Epic Fight (player does not render transparent in battle mode, player keeps punching in the same direction)
- EssentialClient (player look script hooks do not work)
- Inmis (backpack does not render transparent)
- MrCrayfish's Gun Mod (crosshair does not render when using ads, fov does not update when using ads)
- Tweakeroo (freecam movement)
- YDM's Weapon Master (weapons do not render transparent)
Third-party integrations*
These are community-made mods that add optional support for this mod. They are not officially supported and may not be compatible with all versions.
* Mods are listed A-Z.
MIT License, Original project by Sabar: Minecraft Forum, GitHub