Wiki 9Minecraft Fireplace Lib Mod Wiki
Fireplace Lib Mod Wiki › Configuration

Fireplace Lib Mod — Configuration

Configuration & Commands

Fireplace Lib provides a standardized configuration system that dependent mods use to create user-friendly settings files.

Configuration Files

When mods using Fireplace Lib are installed, they typically generate configuration files in the .minecraft/config/ directory. These files are often named after the specific mod (e.g., overlord.json) but utilize the Fireplace Lib backend for syncing.

Feature Description
Syncing Server-side configurations are automatically synced to the client upon joining a world.
GUI Support Compatible with Cloth Config to provide in-game configuration menus.
Format All files use the standard JSON format for easy manual editing.

Commands

While Fireplace Lib is primarily a backend tool, it provides a common command registration system. This ensures that commands added by dependent mods (like /overlord or /economy) follow a consistent syntax and permission structure across different Minecraft versions.