read_mod_config
Read and parse Minecraft mod config files in .cfg, .toml, or .json formats, returning a structured config tree for validation or comparison.
Instructions
Read and parse a mod config file (.cfg for Forge, .toml for Fabric, .json for any). Returns the parsed config tree.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| configPath | Yes | Path to the config file (.cfg, .toml, or .json) |