Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/BleachDev/BleachHack

block game utility mod that makes you a cool kid
https://github.com/BleachDev/BleachHack

bleach-hack bleach-utility-mod bleachhack java minecraft minecraft-mod

Last synced: about 1 month ago
JSON representation

block game utility mod that makes you a cool kid

Awesome Lists containing this project

README

        

# BleachHack
![](https://img.shields.io/github/downloads/bleachdev/BleachHack/total?style=flat-square)
![](https://img.shields.io/tokei/lines/github/bleachdev/BleachHack?style=flat-square)
![](https://img.shields.io/github/languages/code-size/bleachdev/BleachHack?style=flat-square)
![](https://img.shields.io/github/last-commit/bleachdev/BleachHack?style=flat-square)
![](https://img.shields.io/badge/daily%20commit-yes-blue?style=flat-square)
![](https://img.shields.io/discord/620600892718055434?style=flat-square)

Obama approved Minecraft utility mod for Fabric 1.18 and 1.19.

> Website: https://bleachhack.org/
> Discord: https://bleachhack.org/discord

## Showcase

Images

![](https://res.bleachhack.org/images/ClickguiShowcase.jpg)

![](https://res.bleachhack.org/images/RenderShowcase.jpg)

## Installation
### For normal people

Follow the Instructions on the [download page](https://bleachhack.org/downloads.html).

### 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](https://fabricmc.net/wiki/tutorial:setup) for more information.
It should be pretty similar to the eclipse and idea setup.

###### *To get the source code of Pre-1.17 versions, use [this](https://github.com/BleachDev/BleachHack/tree/de55562e94) 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.

### [Multiconnect](https://github.com/Earthcomputer/multiconnect) or [ViaFabric](https://github.com/ViaVersion/ViaFabric)
Mods that allows you to connect to any 1.8-1.18 server from a 1.18 client.

### [Baritone](https://github.com/cabaletta/baritone)
Baritone allows you to automate tasks such as walking, mining or building.

### [Sodium](https://www.curseforge.com/minecraft/mc-mods/sodium), [Lithium](https://www.curseforge.com/minecraft/mc-mods/lithium) and [Phosphor](https://www.curseforge.com/minecraft/mc-mods/phosphor)
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](https://github.com/BleachDev/BleachHack/blob/master/LICENSE).