A Minecraft Fabric Utility Mod for anarchy servers.
Install Fabric for your Minecraft version.
- Use: https://github.com/y8olol/wave-client/releases
- Place Wave jar from into your Minecraft
modsfolder.
OR
- Clone this repository
- Run
./gradlew build - Copy the built Wave jar from
build/libs/into your Minecraftmodsfolder.
I will review and help with all reasonable pull requests as long as the guidelines below are met.
- The license header must be applied to all java source code files.
- 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 matches relatively close to the code already in the project.
- Favour readability over compactness.
- If you need help, check out the Google Java Style Guide for a reference.
Bug reports and suggestions should be reported via Discord or Github Issues.
y8olol for Wave Client maintenance
MeteorDevelopment for Meteor Client, which Wave is forked from
Cabaletta and WagYourTail for Baritone
The Fabric Team for Fabric and Yarn
This project is licensed under the GNU General Public License v3.0.
If you use ANY code from the source:
- You must disclose the source code of your modified work and the source code you took from this project. This means you are not allowed to use code from this project (even partially) in a closed-source and/or obfuscated application.
- You must state clearly and obviously to all end users that you are using code from this project.
- Your application must also be licensed under the same license.
If you have any other questions, open an issue in this repository.