Skip to content

MinusMC/MinusBounce

Repository files navigation

lb++

MinusBounce

A free forge hacked-client for Minecraft supporting version 1.8.9

Website: https://minusbounce.lol
Discord: https://discord.minusbounce.lol

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.

Developement

  1. Clone the repository:

    git clone https://github.com/MinusMC/MinusBounce.git
  2. Navigate to the project directory:

    cd MinusBounce
  3. Depending on which IDE you are using execute either of the following commands:

    • For IntelliJ: gradlew setupDevWorkspace idea genIntellijRuns build
    • For Eclipse: gradlew setupDevWorkspace eclipse build