isFabric property

bool get isFabric

Returns true if this is a Fabric version

Implementation

bool get isFabric => modLoader?.toLowerCase() == 'fabric';