Compatibility
Minecraft: Java Edition
1.21.11
Platforms
Supported environments
Client-side
Server-side
Client and server
Links
Tags
Creators
Details
Licensed MIT
Published 2 weeks ago
Hoggie Library
A comprehensive Fabric modding framework for Minecraft 1.21.11 (Java 21).
Provides a unified API accessible through Hoggie.* covering PvP, practice servers, Bedwars, RPG, bots, GUI/HUD, storage, and more.
Features
- Central API — Everything accessible through
Hoggie.* - PvP Framework — Combat, rotation, targeting, reach, damage, CPS, prediction
- GUI/HUD Framework — Screen management, custom widgets (Button, Label, Slider, TextField, Toggle, Dropdown, ColorPicker, ScrollPanel), HUD elements, themes, animations
- Entity Framework — Simple entity registration, spawn eggs, model layers, renderers
- Item & Block API — Register items, food, blocks, item groups with one-liners
- Command API — Easy Brigadier command registration
- Storage Framework — JSON, caching, data migration, backup
- Scheduler — Delayed, repeating, and async task scheduling
- Event Bus — Subscribe to framework events
- Keybind Manager — Simple keybinding with on-press callbacks
- Notifications — Info, success, warning, error toast messages
- Utilities — Math (clamp, lerp, wrap angle, horizontal distance), color (ARGB, lerp, rainbow), file I/O
How to use
Install hoggielibrary-1.2.1.jar in your mods/ folder alongside Fabric API. Your mods declare "hoggielibrary": "*" in their fabric.mod.json dependencies.
Available on JitPack for Maven/Gradle builds: com.github.hoggie-homerserver:hoggielibrary:v1.2.1
Requirements
- Minecraft 1.21.11
- Fabric Loader 0.16.9+
- Fabric API 0.140.2+
- Java 21


