Releases: Mirsario/Minecraft-CameraOverhaul
Releases · Mirsario/Minecraft-CameraOverhaul
v2.0.6-fabric+mc[1.21.11-plus]
- Minecraft 1.21.11+ support.
Links:
v2.0.5-fabric+mc[1.21.9-plus]
- Minecraft 1.21.9 and 1.21.10+ support.
- Chinese localization by
@Xinyang-Gao(PR #104).
Links:
v2.0.4
v2.0.3
Fixed issue #84 (Fabric [1.20.0-1.20.5] asking for wrong cloth-config version)
Links:
v2.0.2
Fixes:
- Fixed configuration screen not working on 1.16.x versions.
- Made the Fabric-specific
ModMenudependency just a suggestion instead.
Localization:
- German localization by
@Lucanoria(PR #70). - Mexican Spanish localization by
@TheLegendofSaram(PR #76). - Russian localization updates by
@mpustovoi(PR #77).
Links:
v2.0.0
The mod has been rewritten for easier maintenance & scaling. Single-JAR version agnosticism based on 'reflection spam' has been sacrificed in favor of classic separate JARs tied to specific MC version ranges, but still produced out of a single codebase using preprocessors. An effort will still be made to support as many versions of Minecraft as possible, out of one codebase.
NeoForge & Forge Support:
- Introduced official support for NeoForge, from
1.20.6to1.21.2and newer! - Introduced official support for the now-legacy Forge, from
1.17to1.20.5. Pull Requests adding support for even older versions are welcome.
Features:
- New
Screen Shakesfeature. Explosions, lightning, thunder, and many other events will now shake players' cameras, using a top-notch implementation featuring simplex noise and exponential decay. - New
Camera Swayfeature. Noise-based camera offsets that kick in once you don't move your camera and legs for a short moment. Configurable withIntensity,Frequency,Fade-In Delay,Fade-In Length, andFade-Out Length. - Completely reworked the
Yaw Delta Rollfeature, now known asMouselook Roll. Configurable in 3 components -Intensity,Accumulation, andDecay Smoothness. - The mod's features now apply when using minecarts, boats, horses, and other rideables. Values for those are configured separately.
Configuration:
- Configuration expanded and reworked. Many more separate values now exist for walking, swimming, and elytra flight. The
cameraoverhaul.jsonfile has been replaced withcameraoverhaul.toml, which is much more human-writable, as every present field there is now properly commented. ModMenu-based in-game configuration now makes use of categories. - Added a separate toggle for the mod's effects while in third person.
Fixes:
- Fixed the mod using incorrect values for time deltas, leading to less smooth interpolation. Oopsie doopsie!
- Fixed issue #16 (Strafing affects elytra in a very jiggery manner).
- Fixed issue #34 (The Configure button doesn't show up in Mod Menu).
- Fixed issue #36 (Cannot read field "enabled" because "config" is null).
- Fixed issue #40 (Better Third Person Incompatibility).
- Fixed issue #43 (Toggling perspective (F5) causes camera to shake).
- Fixed issue #57 (View rocks side to side when going across a ice block highway with boat).
- Fixed the camera sometimes shaking when riding in the second seat of a boat in multiplayer.
Localization:
- Russian config localization, courtesy of
@mpustovoi.
Links:
1.4.1
- Added compatibility with Minecraft
1.20.6+ and1.21+ (Thanks, @sam-mccarthy!) - ClothConfig2 is now recommended instead of required, same as ModMenu.
1.4.0
Changelog:
- Added compatibility with Minecraft
1.19.3+. - Replaced all use of linear interpolation with a framerate-independent damping algorithm. Effects will no longer reduce in intensity on higher framerates, and will react to lagspikes slightly better.
- New default settings are a bit more balanced and friendlier to the average player.
- Mouselook roll's rotation target decay is now a separate setting.
- Improved logging clarity.
1.3.1
Changelog:
- Fixed in-game configuration screens not working in 1.19+ Minecraft versions.
- Fixed away incompatibilities with Quilt by ceasing use of obsolete types.
- Cloth Config is no longer included with the mod, since it's not version-agnostic as this mod is. It must now be installed separately.
1.3.0
Changelog:
- Compatibility with 1.17 and 1.18 Minecraft versions (Thanks, @IMS212!)
- Compatibility with Fabric Loader 0.12+ (Thanks, @IMS212!)
- Strafing Roll Factor setting is now separate for elytra flight and swimming (Thanks, @TheMrEngMan!)
- Elytra flight camera roll is now reversed by default (Thanks, @TheMrEngMan!)
- Made interpolation speeds for mouselook, horizontal and vertical movement-based rotations configurable. This means that you can now change how smooth all rotations are.
- Lowered default interpolation speed of horizontal movement from 1.0 to 0.25, of vertical movement from 1.0 to 0.75. I find this to be way less nausea-inducing.