Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1.12 version not compliant with Forge's coremod guidelines #21

Open
josephcsible opened this issue Aug 6, 2017 · 0 comments
Open

1.12 version not compliant with Forge's coremod guidelines #21

josephcsible opened this issue Aug 6, 2017 · 0 comments

Comments

@josephcsible
Copy link

The following warnings are received on startup:

[20:37:30] [main/WARN]: Found FMLCorePluginContainsFMLMod marker in Forgelin-1.5.1.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[20:37:30] [main/WARN]: The coremod net.shadowfacts.forgelin.preloader.ForgelinPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[20:37:30] [main/WARN]: The coremod ForgelinPlugin (net.shadowfacts.forgelin.preloader.ForgelinPlugin) is not signed!

The one about MCVersion is actually quite old. The other two are new to 1.12, and while they don't cause any problems now, the Forge devs plan changes that will break this mod in the future unless they're taken care of.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant