DevScyu / bleachhack-1.14

block game hacks that makes you a cool kid

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BleachHack-1.14

Github All Releases

Very cool client.

Works on fabric 1.14-1.16 (1.14 for forge is discontinued)

Join The Discord: https://discord.gg/b5Wc4nQ

Installation:

For normal people:

Download fabric for minecraft 1.14/1.15/1.16
Download the lastest compiled version of bleachhack for your Minecraft version from the releases section

On Windows: type %appdata% into the location field of the Windows Explorer; then open '.minecraft'.

On Mac: click on the desktop, press Command+Shift+G, type ~/Library and press enter; then open 'Application Support' and finally '.minecraft'.

On Linux: in a terminal window, type 'xdg-open ~/.minecraft'... or if you like working at the commandline, 'cd ~/.minecraft'.

Then inside that folder, you should see a folder named 'mods'. (If you don't see one, make sure you've installed Fabric already and started Minecraft again once). That's where you'll put any mods you want to install.


For (200 IQ) developers:

Download the project
Start A Command Prompt in the BleachHack-Fabric-(Version) folder. Generate the needed files for your preferred IDE.

Eclipse:

On Windows:

gradlew genSources eclipse

On Linux:

chmod +x ./gradlew
./gradlew genSources eclipse

Start a new workspace in eclipse
Click File > Import... > Gradle > Gradle Project
Select the BleachHack-Fabric-(Version) folder

Other IDE´s:

Use this link for more information. It should be pretty similar to the eclipse setup.


For skidders:

If you are porting features of BleachHack to another mod or making a custom version of BleachHack, you are required to disclose the source code, state changes, use the same license, and follow the licence terms

About

block game hacks that makes you a cool kid

License:GNU General Public License v3.0


Languages

Language:Java 100.0%Language:Batchfile 0.0%