Fix JEI integration not working
This commit is contained in:
@@ -4,6 +4,6 @@ import net.minecraftforge.fml.common.Loader;
|
||||
|
||||
public final class IntegrationJEI {
|
||||
public static boolean isLoaded() {
|
||||
return Loader.isModLoaded("JEI");
|
||||
return Loader.isModLoaded("jei");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user