Add-on for Meteor Client targeting the 2b2t anarchy server, with practical utility modules for automation.
- Air Place - Allows blocks to be placed in the air without requiring the adjacent surface.
- Auto Web - Places cobwebs around selected entities with optional movement prediction.
- Bounce Fly - Uses elytra bouncing for fast highway travel with optional obstacle passing.
- Easy Access - Opens hidden containers and supported interactive entities within range.
- Fast Portal - Builds and lights nether portals near the player using minimal obsidian.
- FD3 Crafter - Strictly crafts FD3 firework rockets from available inventory ingredients.
- Mining Tweaks - Enables packet mining, including fast remine and double-break support.
- Scaffolding - Places selected blocks beneath and ahead of the player for safer bridging.
Hyperglide/
├── gradle/ # Gradle wrapper files
├── libs/ # Local dependencies
├── src/
│ └── main/
│ ├── java/dev/arkieee/hyperglide/
│ │ ├── mixin/ # Mixin classes
│ │ ├── modules/ # Meteor modules
│ │ └── Hyperglide.java # Main entry point
│ └── resources/
│ ├── assets/hyperglide/
│ │ └── icon.png
│ ├── fabric.mod.json
│ └── mixins.json
├── build.gradle
├── gradle.properties
├── settings.gradle
├── gradlew
├── gradlew.bat
├── icon.png
├── LICENSE
└── README.md
git clone https://github.com/Ark223/Hyperglide.git
cd Hyperglide
.\gradlew.bat clean buildgit clone https://github.com/Ark223/Hyperglide.git
cd Hyperglide
./gradlew clean buildThe compiled add-on JAR 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.