@Retention(value=RUNTIME)
@Target(value=TYPE)
public static @interface IFMLLoadingPlugin.MCVersion
Use this to target a specific minecraft version for your coremod. It will refuse to load with an error if
minecraft is not this exact version.
- Author:
- cpw