|
1 month ago | |
---|---|---|
.github | 5 months ago | |
.idea/runConfigurations | 6 months ago | |
1.8.9-Forge | 5 months ago | |
1.12.2-Forge | 6 months ago | |
gradle/wrapper | 1 year ago | |
shared/main | 1 month ago | |
.gitignore | 1 year ago | |
LICENSE | 11 months ago | |
README.md | 1 month ago | |
build.gradle | 2 months ago | |
gradle.properties | 1 year ago | |
gradlew | 1 year ago | |
gradlew.bat | 1 year ago | |
settings.gradle | 6 months ago |
A free mixin-based injection hacked-client for Minecraft using Minecraft Forge, supporting versions 1.12.2 and 1.8.9, and soon will support 1.16.3.
Website: https://liquidbounce.net
Forum: https://forums.ccbluex.net
Discord: https://discord.gg/gdQ82He
YouTube: https://youtube.com/CCBlueX
Twitter: https://twitter.com/CCBlueX
If you notice any bugs or missing features, you can let us know by opening an issue here.
This project is subject to the GNU General Public License v3.0. This does only apply for source code located directly in this clean repository. During the development and compilation process, additional source code may be used to which we have obtained no rights. Such code is not covered by the GPL license.
For those who are unfamiliar with the license, here is a summary of its main points. This is by no means legal advice nor legally binding.
You are allowed to
this project entirely or partially for free and even commercially. However, please consider the following:
Do the above and share your source code with everyone; just like we do.
LiquidBounce is using Gradle, so make sure that it is installed properly. Instructions can be found on Gradle's website.
git clone https://github.com/CCBlueX/LiquidBounce
.gradlew --debug setupDevWorkspace idea genIntellijRuns build
gradlew --debug setupDevWorkspace eclipse build
Mixins can be used to modify classes at runtime before they are loaded. LiquidBounce is using it to inject its code into the Minecraft client. This way, we do not have to ship Mojang's copyrighted code. If you want to learn more about it, check out its Documentation.
We appreciate contributions. So if you want to support us, feel free to make changes to LiquidBounce's source code and submit a pull request. Currently, our main goals are the following:
If you have experience in one or more of these fields, we would highly appreciate your support.