Fix the coremod looking for the wrong minecraft version

This commit is contained in:
Gunther De Wachter 2017-06-03 00:01:01 +02:00
parent 7e45cf0e37
commit ccc46e77a3

View file

@ -37,7 +37,7 @@ import net.minecraftforge.fml.relauncher.IFMLLoadingPlugin.MCVersion;
import appeng.core.AEConfig;
@MCVersion( "1.11" )
@MCVersion( "1.11.2" )
public final class AppEngCore extends DummyModContainer implements IFMLLoadingPlugin
{
private final ModMetadata metadata = new ModMetadata();