Balm Mod — Configuration
Commands
Balm includes several administrative and development commands. These commands generally require operator (OP) permissions to execute.
| Command | Description |
|---|---|
/balm dev |
Configures the world for a development environment. It sets gamerules (Daylight Cycle, Weather Cycle, Keep Inventory, etc.) and difficulty to standard testing values. |
/balm export icons |
Exports high-quality icons for all registered items and blocks in the current game instance. |
/balm export config |
Exports the current configuration settings for Balm-supported mods. |
Configuration
Balm features a simple, annotation-based configuration system. This system supports: * Synced Configs: Automatically synchronizes server-side configuration settings to connected clients. * Config Screens: Built-in support for generating in-game configuration menus, allowing players to adjust settings without leaving the game. * Validation: Automatic validation of config values to prevent crashes from improper settings.
Configuration files for mods using Balm are typically found in the standard .minecraft/config directory.