AnarchyClient

Fabric 26.2 utility mod for 6b6t.

View on GitHub

AnarchyClient is a Fabric utility mod built for 6b6t on Minecraft 26.2. It ships a custom in-game GUI on a tailored Rivet interface, renders through Blaze3D on both Vulkan and OpenGL, and bundles combat, movement, and awareness modules behind a single Right-Shift menu.

AnarchyClient running in-game

Features

Install

  1. Download the latest Fabric jar from the releases page.
  2. Drop it into your minecraft/mods folder.
  3. Join a world.
  4. Press Right-Shift to open the menu. The keybind is configurable in Minecraft’s controls.

Verify your download

Release jars are signed with build provenance, so you can confirm a jar was built by this repo’s GitHub Actions before you run it:

gh attestation verify anarchyclient-mc-26.2-VERSION.jar --repo 6b6t/AnarchyClient

Build from source

./gradlew build
./gradlew runClient

Source and contribution details live on GitHub.