A minecraft mod which allows the user to turn their heads without changing the direction in whch you are moving
If you simply want to use the mod download it from here
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See building from source
to compile the mod.
An java IDE of your choice (preferably IntellijIDEA)
Clone the repo
git clone https://github.com/Celibistrial/freelook.git
Open it in your IDE of choice(It should automatically setup everything else)
On linux/MacOS
./gradlew build
On windows
gradlew build
Feel free to make a pull request adding new features or improving the code.(PRs updating the mod to latest version of minecraft are appreciated)
This project is licensed under the AGPL-3.0 License - see the LICENSE file for details