Skip to content

Latest commit

 

History

History
60 lines (30 loc) · 1.16 KB

README.md

File metadata and controls

60 lines (30 loc) · 1.16 KB

Downloads

Freelook

A minecraft mod which allows the user to turn their heads without changing the direction in whch you are moving

Usage

If you simply want to use the mod download it from here

Getting Started (Developing)

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.

Prerequisites

An java IDE of your choice (preferably IntellijIDEA)

Setup

Clone the repo

git clone https://github.com/Celibistrial/freelook.git

Open it in your IDE of choice(It should automatically setup everything else)

Building from source

On linux/MacOS

./gradlew build

On windows

gradlew build

Contributing

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)

License

This project is licensed under the AGPL-3.0 License - see the LICENSE file for details