Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/BleachDev/BleachHack
- Owner: BleachDev
- License: gpl-3.0
- Created: 2019-06-29T06:56:11.000Z (over 5 years ago)
- Default Branch: 1.19.4
- Last Pushed: 2024-07-02T14:43:12.000Z (6 months ago)
- Last Synced: 2024-10-16T06:02:20.390Z (2 months ago)
- Topics: bleach-hack, bleach-utility-mod, bleachhack, java, minecraft, minecraft-mod
- Language: Java
- Homepage: https://bleachhack.org
- Size: 7.56 MB
- Stars: 740
- Watchers: 12
- Forks: 132
- Open Issues: 115
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- minecraft-hack-clients - Github
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 peopleFollow 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 eclipseStart 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 genIdeaWorkspaceIn 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).