isClothConfigLoaded¶
Whether Cloth Config is actually present among the currently loaded mods - not merely whether this is the physical client. onClient alone only rules out a dedicated server; it still lets client-only code run on a client that simply doesn't have Cloth Config installed, which is exactly the case any code touching Cloth Config's own types (ModifierKeyCode and friends) needs to additionally guard against to avoid a hard dependency on it.