This project is a continuation of my last project "AND1558-Client"
Here I rewrote the entire code to work with the newest Minecraft version along with the FabricMC modloader.
Everything else is the same along with the GPL-3.0 License
- You may use this client as a base but YOU MUST credit me for it
- If you use this client as a base or use a significant chunk of my code YOU MUST make your SOURCE CODE PUBLIC, no exceptions
- For any issues you may have found, you are allowed to push/send fixes or create an issue for it
If you disagree with any of the above rules, i will either close-source the project or just outright abandon this project.
Tutorial on how to compile/build this Gradle Project
- Open using your IDE (I used IntelliJ IDE for this)
- Download the Minecraft Development Plugin
- After finished downloading, restart your IDE
- Open the project
- Wait until everything finish loading
- On the run configuration menu Select "Minecraft Client"
- You should be done now
- Goto Gradle Task
- Click on Tasks -> Build -> build
- Wait for it to finish and open the Compiled jar in (build/libs)
- and you should be done
Yet to be found!