Skip to content

chell-dev/Blackout-3.0

Repository files navigation

[Under Construction]

This mod is very early in development, come back later if you want to use it!

Logo

block game utility mod

Minecraft Fabric

Downloads Lines of code CodeFactor Grade

Not to be confused with the Meteor addon called BlackOut
  • The name is inspired by Watch Dogs
  • I made the first Blackout back in March 2020
  • I was very sad after finding out someone else used the name but I'm not changing it now

Cool features
  • Features aimed at anarchy, vanilla and even creative
  • Automatic update checking
  • Baritone integration (TODO)
  • Global in-game chat for all Blackout users
  • Code is 99% original, we don't copy & paste from copy & pasted clients here (credit for the 1% is in comments)
  • Written in kotlin, java fans seethe and cope
  • Using reflections to automatically register modules and settings
  • Lua scripting (TODO)
  • Java/Kotlin Addons
Screenshots

GUI

GUI

Customizable HUD

HUD

Nametags

Nametags

Discord RPC

RPC

Installation

Click here to download the installer.

Manual installation
  1. Install Fabric for Minecraft 1.19.4 (Fabric API is not required)
  2. Download the latest release here
  3. Put the downloaded .jar file in your .minecraft/mods folder
Recommended mods

Usage

  • Open the GUI by pressing the \ key
    • If you have Mod Menu installed, you can open the GUI by pressing the config button
  • Left / Right / Middle Click buttons to configure everything

Building

Click here

git clone https://github.com/chell-dev/Blackout-3.0.git or download the repository

After building, the output .jar will be in build/libs/

IntelliJ (recommended), Eclipse or VSCode

  1. Import the project - see https://fabricmc.net/wiki/tutorial:setup, refer to the section for your IDE
  2. Run the build gradle task

Windows

  1. Open cmd in the project folder
  2. Run ./gradlew.bat build

Linux and Mac

  1. cd to the project folder
  2. Run ./gradlew build

Thank you