CameraOverhaul a clientside Minecraft mod that attempts to improve overall satisfaction of the game through the introduction of various camera rotations, to emphasize on the player's movement and improve visual feedback. Strafing and turning around will tilt the camera sideways. Jumping, falling, and moving forward/backwards will affect the camera's pitch.
- Available at Modrinth & CurseForge;
- Made for Fabric & Quilt;
- Requires Cloth Config API;
- Supports Minecraft versions from
1.14
to1.21
and up, releases are version-agnostic; - Works best at high framerates - Sodium, Starlight, Lithium, and other optimization mods are recommended.
You can use Mod Menu (or an alternative of your choosing) to configure the mod in-game.
You can also manually find the configuration file with intensity scaling for all features at
.minecraft/config/cameraoverhaul.json
.
Set any factor to 0.0
to turn its feature off.
Negative numbers are also usually legal, allowing inverting effects, if that's your thing.
All code of this repository is provided under the MIT License.
This project uses the Stonecutter comment-macro preprocessor for multi-version support.
- The IntelliJ Stonecutter Dev plugin is highly recommended. Manually install it in zip form if you see complaints about your IDE version not being supported.
- After getting the repository's source code, use
gradlew tasks
to list available Gradle tasks. - Use the
buildAllVersions
Gradle task to properly build all targets of the mod. - Use tasks under the
Stonecutter
group to "checkout" specific versions, running the preprocessor on the source code and updating all comment blocks.
Thank you to the following contributors for helping improve the mod for everyone!