new open src client soon
A free mixin-based injection hacked-client for Minecraft 1.8.9 using Minecraft Forge.
Discord server:https://discord.gg/BrXGxGeY8r QQ群 : 713315328 Website:https://liquidbounceplusreborn.github.io/
Website: https://liquidbounce.net \ Forum: https://forums.ccbluex.net \ Guilded: https://www.guilded.gg/CCBlueX \ YouTube: https://youtube.com/CCBlueX \ Twitter: https://twitter.com/CCBlueX
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.
Depending on which IDE you are using execute either of the following commands:
gradlew setupDevWorkspace idea genIntellijRuns build
gradlew setupDevWorkspace eclipse build
(you can add -debug
right after gradlew
if you want to enable debug logging.)
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.