Valhelsia Core — Configuration
Configuration System
Valhelsia Core implements a unified configuration system that allows players and server administrators to tweak the behavior of all Valhelsia-related mods from a centralized logic. The primary configuration file is located in the /config/ folder of the Minecraft installation.
| Configuration File | Purpose |
|---|---|
valhelsia_core-common.toml |
Contains global settings for the core library and shared logic for dependent mods. |
valhelsia_core-client.toml |
Contains client-side visual settings and performance tweaks. |
Common Settings
- Debug Logging: Can be toggled to provide detailed logs for troubleshooting mod interactions.
- Feature Toggles: Allows for the global enabling or disabling of specific shared mechanics used across the Valhelsia suite.