Lorekeeper

Main entry point and central registry for the Lorekeeper mod.

This object holds global mod state including configuration and provides the initialize function that bootstraps all mod systems.

See also

for the Fabric mod initializer

Properties

Link copied to clipboard

Mod configuration loaded from evermod.json.

Link copied to clipboard
val logger: Logger

Logger instance for mod-wide logging.

Link copied to clipboard
const val MOD_ID: String

Unique identifier for this mod, used in registries and logging.

Functions

Link copied to clipboard

Initializes all Lorekeeper mod systems.