Forge Client Main
Overview
The main addon provides shared mod metadata, macros, settings, and compile infrastructure for Forge client addons.
Dependencies
cba_main
Main Components
script_macros.hppdefines shared function, RPC, path, variable, and compile macros.script_mod.hppandscript_version.hppdefine mod identity and version.CfgSettings.hppcontains client-side CBA settings.
Notes
Feature logic should live in the owning addon. Main is the shared foundation for configuration, macros, and mod-level metadata.