#561 Solves "The coremod does not have a MCVersion annotation" message
This commit is contained in:
parent
6781d38f9c
commit
aa75482232
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ import cpw.mods.fml.relauncher.FMLRelaunchLog;
|
||||||
import cpw.mods.fml.relauncher.IFMLLoadingPlugin;
|
import cpw.mods.fml.relauncher.IFMLLoadingPlugin;
|
||||||
import cpw.mods.fml.relauncher.IFMLLoadingPlugin.MCVersion;
|
import cpw.mods.fml.relauncher.IFMLLoadingPlugin.MCVersion;
|
||||||
|
|
||||||
@MCVersion()
|
@MCVersion("1.7.10")
|
||||||
public class AppEngCore extends DummyModContainer implements IFMLLoadingPlugin
|
public class AppEngCore extends DummyModContainer implements IFMLLoadingPlugin
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue