https://github.com/mirsario/minecraft-cameraoverhaul
A Minecraft mod that makes gameplay more satisfying through the use of various camera tilting.
https://github.com/mirsario/minecraft-cameraoverhaul
Last synced: about 1 month ago
JSON representation
A Minecraft mod that makes gameplay more satisfying through the use of various camera tilting.
- Host: GitHub
- URL: https://github.com/mirsario/minecraft-cameraoverhaul
- Owner: Mirsario
- License: gpl-3.0
- Created: 2020-11-29T19:06:29.000Z (over 4 years ago)
- Default Branch: dev
- Last Pushed: 2025-03-19T11:57:13.000Z (3 months ago)
- Last Synced: 2025-05-07T04:08:08.540Z (about 1 month ago)
- Language: Java
- Size: 346 KB
- Stars: 42
- Watchers: 3
- Forks: 21
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README

## ❗ What's this?!
**CameraOverhaul** is a highly configurable clientside Minecraft mod that attempts to improve overall satisfaction of the game through the introduction of various camera rotations, emphasizing the player's movement and improving visual feedback.
Strafing and turning around will tilt the camera sideways. Jumping, falling, and moving forward or backwards will affect the camera's pitch. Nearby explosions will shake the screen, and ceasing movement for enough time will cause the camera to gently sway around while waiting for your input.### Info:
- **Available** at [Modrinth](https://modrinth.com/mod/cameraoverhaul) & [CurseForge](https://www.curseforge.com/minecraft/mc-mods/cameraoverhaul)!
- **Supports** [Fabric](https://fabricmc.net), [Quilt](https://quiltmc.org), [NeoForge](https://neoforged.net), as well as legacy Forge!
- **Supports** Minecraft versions from `1.14` to `1.21` and newer! Make sure you get the right release;
- **Requires** [Cloth Config API](https://modrinth.com/mod/cloth-config)!
- Feels best at high framerates! [Sodium](https://modrinth.com/mod/sodium), [Lithium](https://modrinth.com/mod/lithium), and other [optimization mods](https://modrinth.com/mods?f=categories:optimization) are **recommended**!## ⚙️ Can I turn off X and only keep Y?
You can use in-game configuration screens ([Mod Menu](https://modrinth.com/mod/modmenu) if on Fabric/Quilt) to configure the mod in-game.You can also manually edit the well-documented configuration file with intensity scaling for all features at
`.minecraft/config/cameraoverhaul.toml`.
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.## 📖 License
Released under the [GNU General Public License 3.0](https://github.com/Mirsario/Minecraft-CameraOverhaul/blob/dev/LICENSE.md).
Copyright (c) 2020-2025 Mirsario & Contributors.## ❤️ Contributing
This project uses the [Stonecutter](https://stonecutter.kikugie.dev) comment-macro preprocessor for multi-version support.
- The IntelliJ [Stonecutter Dev](https://plugins.jetbrains.com/plugin/25044-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 `buildAll` 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!