


Shared support library for Hades II mods and modpacks built on the adamant stack.
This package provides common runtime helpers used by other mods. It is normally installed as a dependency and is not meant to be opened or configured by itself.
Mods use this library for shared configuration handling, in-game UI helpers, profile/hash support, hot-reload-safe hooks, and runtime safety around gameplay changes.
Keeping this logic in one library lets dependent mods avoid copying the same support code.
This package does not add gameplay content by itself.
It can affect gameplay only through another installed mod that depends on it. If no dependent mod is installed, it should not change your run.
Developer documentation and source code are available on GitHub: