#561 Solves "The coremod does not have a MCVersion annotation" message

This commit is contained in:
thatsIch 2014-12-07 23:04:37 +01:00
parent 6781d38f9c
commit aa75482232

View file

@ -33,7 +33,7 @@ import cpw.mods.fml.relauncher.FMLRelaunchLog;
import cpw.mods.fml.relauncher.IFMLLoadingPlugin;
import cpw.mods.fml.relauncher.IFMLLoadingPlugin.MCVersion;
@MCVersion()
@MCVersion("1.7.10")
public class AppEngCore extends DummyModContainer implements IFMLLoadingPlugin
{