mirror of https://github.com/MatHax/Client
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
1 week ago | |
---|---|---|
.github | 5 months ago | |
gradle/wrapper | 5 months ago | |
scripts | 2 months ago | |
src/main | 1 week ago | |
.editorconfig | 9 months ago | |
.gitignore | 9 months ago | |
Clean-Build.run.xml | 9 months ago | |
Installer.run.xml | 2 months ago | |
LICENSE | 9 months ago | |
README.md | 3 weeks ago | |
build.gradle | 3 weeks ago | |
ensure-jitpack-java-17 | 6 months ago | |
gradle.properties | 2 weeks ago | |
gradlew | 5 months ago | |
gradlew.bat | 9 months ago | |
jitpack.yml | 5 months ago | |
settings.gradle | 9 months ago |
README.md

MatHax
A Minecraft 1.17.1-1.18.1 utility client for Fabric
Usage
Building
- Clone this repository
- Run
./gradlew build
Installation
Follow guide on the wiki.
Contribution Guidelines
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.
Bugs and Suggestions
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.