Skip to content
This repository was archived by the owner on Aug 24, 2022. It is now read-only.

Fork of the bleachhack utility mod to dig the nether freedom project.

License

Notifications You must be signed in to change notification settings

PoopenfartenDevelopment/Bleachhack-NetherFreedom

 
 

Repository files navigation

BleachHack

Discord: https://discord.gg/u3XNcDZyrY

For (200 IQ) developers

Download the branch with the version you want to work on.
Start A Command Prompt/Terminal in the main 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 Main folder.

IntelliJ

On Windows:

gradlew genIdeaWorkspace

On Linux:

chmod +x ./gradlew
./gradlew genIdeaWorkspace

In idea click File > Open. Select build.gradle in the main folder. Select Open as Project.

Other IDE's

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

To get the source code of Pre-1.18 versions, use this commit and select the folder of the version you want.

Recommended Mods

Here are some nice to have mods that are compatible with BleachHack, none of these require Fabric API.

Mods that allows you to connect to any 1.8-1.18 server from a 1.18 client.

Baritone allows you to automate tasks such as walking, mining or building.

Fixes Mojang's spaghet.

License

If you are distributing a custom version of BleachHack or a mod with ported features of BleachHack, you are required to disclose the source code, state changes, use a compatible license, and follow the license terms.

About

Fork of the bleachhack utility mod to dig the nether freedom project.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 99.8%
  • GLSL 0.2%