A Minecraft 1.17.1-1.19 utility client for Fabric
- Clone this repository
- Run
./gradlew build
Follow guide on the wiki.
We will review and help with all reasonable pull requests as long as the guidelines below are met.
- IDE or system related files should be added to the
.gitignore
, never committed in pull requests. - In general, check existing code to make sure your code is similar in style and formatting to the code already in the project.
- Favour readability over compactness.
- If you need help, check out the Google Java Style Guide.
Bug reports and suggestions should be made in this repo's issue tracker using the templates provided. Please provide as much information as you can to best help us understand your issue and give a better chance of it being resolved.
If you have any other questions, check our FAQ.