Note
Looking for the original 1.12.2 Forge client? It lives on the og branch.
| Dependency | Version |
|---|---|
| Minecraft | 26.2 |
| Fabric Loader | 0.19.3 or newer |
| Fabric API | 0.157.0+26.2 or newer |
| Java | 25 |
- Install Fabric Loader for Minecraft 26.2.
- Download the latest
agalarhack-*.jarfrom the Releases page. - Also download Fabric API for 26.2.
- Drop both jars into your
.minecraft/mods/folder. - Launch the Fabric profile — you should see Agalar Hack 26.2 in the top-left of the HUD.
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 |
| 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.
Requires Java 25.
./gradlew buildThe mod jar ends up in build/libs/agalarhack-<version>.jar.
To run a dev client:
./gradlew runClientTwo GitHub Actions workflows handle builds and releases:
CIruns on every push tomainand every pull request. It builds the mod, uploads the jar as an artifact, and — formainpushes — publishes a rolling prerelease tagged with the workflow run ID so the latest development build is always downloadable.Releaseruns when you push av*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:
-
Bump
mod_versioningradle.propertiesandAgalarHackClient.VERSION. -
Commit and push.
-
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: writeis already declared in the workflow YAML, but the repo-level setting also needs to allow it.
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.
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.