A free mixin-based injection hacked-client for Minecraft using Minecraft Forge.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Go to file
mems01 06f741b60b
Improved Scaffold module's block search logic, allowing diagonal bridging for the Telly mode and bridging stability increase for other modes. (#1374)
essay looking ahh title

Anyway, now it's possible to use the Telly mode to bridge diagonally. The other modes support block search better than before.
3 days ago
.github added java runtime version to workflow 8 months ago
.idea changed workspace name and updated forge gradle 6 months ago
gradle/wrapper Possible Gradle update (#1139) 3 months ago
libs transformed workspace to regular design 2 years ago
src/main Improved Scaffold module's block search logic, allowing diagonal bridging for the Telly mode and bridging stability increase for other modes. (#1374) 3 days ago
zip_include added zip_include with useful information 1 year ago
.gitignore transformed workspace to regular design 2 years ago
LICENSE Update LICENSE 4 years ago
README.md added github stats 5 months ago
build.gradle exclude more specific 2 months ago
gradle.properties upped version number and changed back into development mode 1 week ago
gradlew stuff (#409) 2 years ago
gradlew.bat Improved gradle project 4 years ago
settings.gradle changed workspace name and updated forge gradle 6 months ago

README.md

LiquidBounce

A free mixin-based injection hacked-client for Minecraft using Minecraft Forge, supporting version 1.8.9

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

Issues

If you notice any bugs or missing features, you can let us know by opening an issue here.

License

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

  • use
  • share
  • modify

this project entirely or partially for free and even commercially. However, please consider the following:

  • 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 (or even obfuscated) application.
  • Your modified application must also be licensed under the GPL

Do the above and share your source code with everyone; just like we do.

Setting up a Workspace

LiquidBounce is using Gradle, so make sure that it is installed properly. Instructions can be found on Gradle's website.

  1. Clone the repository using git clone https://github.com/CCBlueX/LiquidBounce/.
  2. CD into the local repository folder.
  3. Switch to the legacy branch using git checkout legacy
  4. Depending on which IDE you are using execute either of the following commands:
    • For IntelliJ: gradlew --debug setupDevWorkspace idea genIntellijRuns build
    • For Eclipse: gradlew --debug setupDevWorkspace eclipse build
  5. Open the folder as a Gradle project in your IDE.
  6. Select either the Forge or Vanilla run configuration.

Additional libraries

Mixins

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.

Contributing

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:

  1. Improve LiquidBounce's performance.
  2. Re-work most of the render code.

If you have experience in one or more of these fields, we would highly appreciate your support.

Stats

Alt