help lib
No reviews yet
HelpLib is a lightweight RPG API framework for Forge 1.20.1, providing Player Data, Ability & Cooldown system, network sync, and config tools for mod developers.
Includes quality of life improvements and small tweaks to enhance and customize gameplay.
Forge is a popular mod loader for versions 1.1+ of Minecraft.
Community voices
Reviews
Click once to include, again to exclude, again to clear
No reviews yet. Be the first to review this project!
Get it on
Available Platforms
About
Project Details
For authors
Embed Badge
If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.
Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.
Identifiers
Platform IDs
Resources
External Links
About
Description
HelpLib is a lightweight RPG API framework for Minecraft Forge 1.20.1.
Designed as a shared library so multiple mods can build on top of it without duplicating common RPG logic. No gameplay on its own — install it alongside mods that require it.
Features
- Player Data — persistent per-player data (energy, custom states) via Forge Capabilities, synced to client automatically.
- Ability System — register abilities with cooldowns, energy costs, and use conditions. Fire and forget.
- Event System —
AbilityUseEventandPlayerDataChangedEventfor hooking into gameplay logic. - Network Sync — built-in packet handler keeps server and client in sync out of the box.
- Config — TOML config via
helplib-common.tomlfor tuning energy regen and other values.
For mod developers
Add HelpLib as a dependency in your build.gradle:
dependencies {
implementation fg.deobf(files('libs/helplib-1.0.0.jar'))
}
Then access everything through HelpLibAPI — no need to touch internals.
Requirements
- Minecraft 1.20.1
- Forge 47.2.0 or higher
- Java 17
MIT License.
Screenshots
Gallery
Versions
Files
Relations
Project Relations
More like this
Similar Mods
Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.
On ModDex
Community snapshot
By the numbers
Statistics
Want to reach Minecraft players?
We're looking for a server hosting partner to feature here and other parts of the site. Interested? Send us a message!
Get in touchGet it on
Available Platforms
On ModDex
Community snapshot
By the numbers
Statistics
Resources