isFabric property
bool
get
isFabric
Returns true if this is a Fabric version
Implementation
bool get isFabric => modLoader?.toLowerCase() == 'fabric';
Returns true if this is a Fabric version
bool get isFabric => modLoader?.toLowerCase() == 'fabric';