A Meteor Client add-on for the 2b2t anarchy server, providing practical utility and automation modules.
It is recommended to download Baritone from its official GitHub repository using the link above.
Find the release matching your version and download baritone-api-fabric-<version>.jar.
Alternatively, use the corresponding Baritone library included in the /libs folder.
Make sure to downgrade to 1.20.3-1.20.4 in ViaFabricPlus settings before joining the server.
- Air Place - Allows blocks to be placed in the air without requiring the adjacent surface
- Auto Pilot - Automatically navigates through the nether using calculated travel route
- Auto Web - Places cobwebs around selected entities with optional movement prediction
- Block Farm - Automates placing and breaking blocks for extremely fast repeated farming
- Bounce Fly - Uses elytra bouncing for fast highway travel with optional obstacle passing
- Control Fly - Provides controlled elytra flight with automatic stabilization and boosting
- Critical Hits - Triggers critical hits while keeping the player grounded during combat
- Deep Trace - Highlights unusual dropped items and dungeon mobs below the surface
- Easy Access - Opens hidden containers and supported interactive entities within range
- Elytra Tweaks - Adds automatic elytra swap, takeoff, recovery and collision protection
- Fast Frame - Automatically fills nearby empty item frames using items from your hotbar
- Fast Portal - Builds nearby nether portals in the direction you're facing and lights them
- FD3 Crafter - Strictly crafts all FD3 firework rockets from available inventory ingredients
- Mining Tweaks - Enables packet mining, including fast remine and double-break support
- Navigation - Provides a map of the nether highway network with interactive route planning
- No Sprint FOV - Removes vanilla sprinting zoom effects for a more consistent field of view
- Overview - Displays a content icon on shulker boxes and bundles for quick identification
- Rocket Boost - Enhances firework rocket acceleration during elytra flight for faster travel
- Scaffolding - Places selected blocks beneath and ahead of the player for safer bridging
- Self Trapper - Builds a configurable block trap around the player with queued placements
- Trigger Bot - Attacks selected entities under the crosshair, including targets through walls
Hyperglide/
├── gradle/ # Gradle wrapper files
├── libs/ # Local dependencies
│ ├── baritone-api-fabric-1.13.1.jar
│ └── baritone-api-fabric-1.17.0.jar
├── src/
│ ├── main/
│ │ ├── java/hyperglide/
│ │ │ ├── hud/ # HUD modules
│ │ │ ├── mixin/ # Mixin classes
│ │ │ ├── modules/ # Client modules
│ │ │ ├── navigation/ # Route planning
│ │ │ ├── utilities/ # Utility classes
│ │ │ └── Hyperglide.java # Main entry point
│ │ └── resources/
│ │ ├── assets/hyperglide/
│ │ │ └── icon.png
│ │ ├── fabric.mod.json
│ │ └── mixins.json
│ ├── 1.21.4/
│ │ └── java/hyperglide/
│ │ ├── mixin/ # Target mixins
│ │ └── utilities/ # Target helpers
│ └── 1.21.11/
│ └── java/hyperglide/
│ ├── mixin/ # Target mixins
│ └── utilities/ # Target helpers
├── build-all.bat
├── build.gradle
├── gradle.properties
├── settings.gradle
├── gradlew
├── gradlew.bat
├── icon.png
├── LICENSE
└── README.md
Clone the repository:
git clone https://github.com/Ark223/Hyperglide.git
cd HyperglideBuild both supported versions:
.\build-all.batOr build a specific version, such as 1.21.4:
.\gradlew.bat clean build -Pmc=1.21.4Clone the repository:
git clone https://github.com/Ark223/Hyperglide.git
cd HyperglideBuild a specific version, such as 1.21.4:
./gradlew clean build -Pmc=1.21.4The compiled add-on JARs will be located in:
build/libs/
Found a bug or have an idea?
This add-on is licensed under the GNU General Public License v3.0.