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
AbilityUseEvent and PlayerDataChangedEvent for hooking into gameplay logic.helplib-common.toml for 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
MIT License.