https://github.com/aecsocket/move-smoother
Smooths various camera and movement issues
https://github.com/aecsocket/move-smoother
Last synced: about 1 year ago
JSON representation
Smooths various camera and movement issues
- Host: GitHub
- URL: https://github.com/aecsocket/move-smoother
- Owner: aecsocket
- License: mit
- Created: 2022-02-09T21:00:10.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-04T20:12:54.000Z (about 4 years ago)
- Last Synced: 2025-01-05T11:43:04.187Z (about 1 year ago)
- Language: Java
- Size: 138 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
`1.4`:
[](https://github.com/aecsocket/move-smoother/actions/workflows/build.yml)
Smooths various camera and movement issues in Minecraft, implemented as a Fabric mod.
# Features
- [x] Fixes "stuttering" when getting relative-teleported
- [x] Allows changing mouse sensitivity based on FOV
- [x] In-game menu to change options
# Usage
## Downloads
### Dependencies
* Fabric Loader `>=0.13.3`
* Java `>=17`
* [Fabric API](https://www.curseforge.com/minecraft/mc-mods/fabric-api) `>=0.47.9`
* [Mod Menu](https://www.curseforge.com/minecraft/mc-mods/modmenu) `>=3.1.0`
* [Cloth Config API](https://www.curseforge.com/minecraft/mc-mods/cloth-config) `>=6.2.57`
### [Stable Releases](https://github.com/aecsocket/move-smoother/releases)
### [Latest Snapshots](https://github.com/aecsocket/move-smoother/actions/workflows/build.yml)