isForge property

bool get isForge

Returns true if this is a Forge version

Implementation

bool get isForge => modLoader?.toLowerCase() == 'forge';