LiquidBounce+ Reborn comeback to list!
This commit is contained in:
parent
e6436338a6
commit
7701915d5d
1 changed files with 52 additions and 0 deletions
52
LiquidBounce+ Reborn/README.md
Normal file
52
LiquidBounce+ Reborn/README.md
Normal file
|
@ -0,0 +1,52 @@
|
|||
<div align="center">
|
||||
|
||||
# LiquidBounce+ Reborn(Unofficial)
|
||||
|
||||
The End Of Legacy
|
||||
|
||||
A free mixin-based injection hacked-client for Minecraft 1.8.9 using Minecraft Forge.
|
||||
### LiquidBounce+ Reborn contact info
|
||||
Discord: https://discord.gg/BrXGxGeY8r \
|
||||
Website: https://liquidbounceplusreborn.github.io/ \
|
||||
Releases: https://github.com/liquidbounceplusreborn/LiquidbouncePlus-Reborn/releases
|
||||
|
||||
### LiquidBounce's contact info
|
||||
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
|
||||
</div>
|
||||
|
||||
## License
|
||||
This project is subject to the [GNU General Public License v3.0](LICENSE). 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](https://gradle.org/install/).
|
||||
1. Clone the repository using `git clone gh repo clone liquidbounceplusreborn/LiquidbouncePlus-Reborn`.
|
||||
2. CD into the local repository folder.
|
||||
4. 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`
|
||||
|
||||
(you can add `-debug` right after `gradlew` if you want to enable debug logging.)
|
||||
5. Open the folder as a Gradle project in your IDE.
|
||||
6. Select the default run configuration.
|
||||
|
||||
## Additional libraries
|
||||
### Mixins
|
||||
Mixins
|
Loading…
Reference in a new issue