fabric-resource-loader-v0-3.3.1+d4d4122a6f.jar

Download file
    package net.fabricmc.fabric.impl.resource.loader;

import net.minecraft.class_5352;
import org.slf4j.LoggerFactory;

public interface FabricResource {
   default class_5352 getFabricPackSource() {
      LoggerFactory.getLogger(FabricResource.class).error("Unknown Resource implementation {}, returning PACK_SOURCE_NONE as the source", this.getClass().getName());
      return class_5352.field_25347;
   }
}
    
Download file