A free mixin-based injection hacked-client for Minecraft 1.8.9 using Minecraft Forge. Based on LiquidBounce+
LiquidBounce++ is now discontinued. You can still submit Pull requests to contribute updating this client or if you want to use LiquidBounce++, you can download here.
We hope Inf returns with a new foundation.
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/MongusOrg/LiquidBouncePlusPlus
. 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.