adamant-ModpackLib icon

ModpackLib

Shared utilities for adamant modpack standalone mods.

Last updated 2 weeks ago
Total downloads 239
Total rating 0 
Categories Modpacks
Dependency string adamant-ModpackLib-1.1.0
Dependants 10 other packages depend on this package

This mod requires the following mods to function

LuaENVY-ENVY-1.2.0 icon
LuaENVY-ENVY

A plugin to allow ReturnOfModding plugins greater control of their environment.

Preferred version: 1.2.0
Hell2Modding-Hell2Modding-1.0.78 icon
Hell2Modding-Hell2Modding

Lua Mod Loader for Hades 2

Preferred version: 1.0.78

README

adamant-ModpackLib

Shared support library for Hades II mods and modpacks built on the adamant stack.

What This Is

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.

How It Helps

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.

Gameplay Impact

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.

Technical Info

Developer documentation and source code are available on GitHub: