Fix JEI integration not working

This commit is contained in:
Raoul Van den Berge
2016-12-03 17:13:06 +01:00
parent 3a4b04653a
commit 1313e6e134

View File

@@ -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");
}
}