Skip to content

Repository files navigation

Hyperglide

Hyperglide

A Meteor Client add-on focused on utility modules for the 2b2t server.

License Latest Release Stars Downloads Forks


Join CoreBuilders Discord

📖 About

Add-on for Meteor Client targeting the 2b2t anarchy server, with practical utility modules for automation.

📦 Requirements

🧩 Modules

  • 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.

📁 Project Structure

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

🛠️ Building from Source

Prerequisites

Windows

git clone https://github.com/Ark223/Hyperglide.git
cd Hyperglide
.\gradlew.bat clean build

Linux and macOS

git clone https://github.com/Ark223/Hyperglide.git
cd Hyperglide
./gradlew clean build

The compiled add-on JAR will be located in:

build/libs/

🐛 Issues and Suggestions

Found a bug or have an idea?

📄 License

This add-on is licensed under the GNU General Public License v3.0.

Releases

Packages

Contributors

Languages