Skip to content

Repository files navigation

Agalar Hack

An anarchy utility mod for Minecraft 26.2 (Fabric).

Downloads Latest release Build Minecraft

Note

Looking for the original 1.12.2 Forge client? It lives on the og branch.


Requirements

Dependency Version
Minecraft 26.2
Fabric Loader 0.19.3 or newer
Fabric API 0.157.0+26.2 or newer
Java 25

Installation

  1. Install Fabric Loader for Minecraft 26.2.
  2. Download the latest agalarhack-*.jar from the Releases page.
  3. Also download Fabric API for 26.2.
  4. Drop both jars into your .minecraft/mods/ folder.
  5. Launch the Fabric profile — you should see Agalar Hack 26.2 in the top-left of the HUD.

Commands

The command prefix is . (typed in chat).

Command Aliases Description
.help .h, .? Shows the list of commands
.modules .list, .mods Lists all modules and their state
.toggle <module> .t Toggles a module on or off
.bind <module> <key|none> .b Binds a module to a key (e.g. r, g, f4, left.shift)
.set <module> <setting> <value> .setting Changes a module setting

Modules

Category Module Settings What it does
Combat Aura range, delay, players, mobs Attacks the closest valid entity in range
Movement Speed multiplier Multiplies ground-move velocity each tick
Movement Flight speed Grants creative-style flight at a chosen speed
Movement Jesus Lets you walk on water and lava
Movement Sprint Sprints automatically while moving forward
Movement Step height Walk up full blocks without jumping
Movement NoFall Prevents fall damage via OnGroundOnly packet
Render Fullbright Client-side night vision (no gamma hack needed)

Enabled modules, keybinds, and per-module settings are saved to config/agalarhack.json in your Minecraft folder and restored on the next launch.

Building from source

Requires Java 25.

./gradlew build

The mod jar ends up in build/libs/agalarhack-<version>.jar.

To run a dev client:

./gradlew runClient

Releases

Two GitHub Actions workflows handle builds and releases:

  • CI runs on every push to main and every pull request. It builds the mod, uploads the jar as an artifact, and — for main pushes — publishes a rolling prerelease tagged with the workflow run ID so the latest development build is always downloadable.
  • Release runs when you push a v* tag. It builds the mod and publishes a clean GitHub Release with auto-generated changelog notes and the jar attached.

To cut an official release:

  1. Bump mod_version in gradle.properties and AgalarHackClient.VERSION.

  2. Commit and push.

  3. Tag the commit and push the tag:

    git tag v26.2
    git push origin v26.2

Both workflows need repo → Settings → Actions → Workflow permissions set to Read and write. permissions: contents: write is already declared in the workflow YAML, but the repo-level setting also needs to allow it.

Branches

  • main – current Fabric 1.21.1 client (this is what you probably want).
  • og – the original 1.12.2 Forge client, kept for historical reasons.

Credits

Use responsibly. This mod is intended for anarchy servers and singleplayer testing — using client-side mods on servers that forbid them will get you banned.

About

Minecraft player assistance tool mod.

Resources

Stars

9 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages