Jump to content

Coremod's META-INF


jumika

Recommended Posts

Hi!

 

I'm trying to follow the Using Access Transformers tutorial on the wiki. But once i got the jar file copied to the coremods folder, the console says:

 

[sEVERE] [ForgeModLoader] The coremod xy.jar does not contain a valid jar manifest- it will be ignored

 

I've double checked the content of /META-INF/MANIFEST.MF and according to the tutorial it is correct.

 

Manifest-Version: 1.0
FMLCorePlugin: jumika.minecraft.vitalchanges.LoadingPluginVitalChanges

 

I have a class named LoadingPluginVitalChanges that implements IFMLLoadingPlugin in the package jumika.minecraft.vitalchanges.

Link to comment
Share on other sites

I have that problem sometimes, no clue why, CPW might know, but the way I use to get around it is to get one of

CB's mods (NEI or something) and copy it's META-INF/MANIFEST.MF to mine, and just change the name of the FMLCorePlugin bit.

Protip: try and find answers yourself before asking on the forum.

It's pretty likely that there is an answer.

 

Was I helpful? Give me a thank you!

 

 

width=635 height=903http://bit.ly/HZ03zy[/img]

 

 

Tired of waiting for mods to port to bukkit?

use BukkitForge! (now with a working version of WorldEdit!)

Link to comment
Share on other sites

  • 5 months later...

I figured this out, for what it's worth... posting here because this topic is the top Google result for "minecraft forge valid manifest".

 

There must be an extra line in the file, completely blank. So it should look something like this: (line numbers next to the actual lines)

 

1 Manifest-Version: 1.0

2 FMLCorePlugin: your.plugin.name.Here

3

 

Note the extra blank line. Actual file:

 

Manifest-Version: 1.0
FMLCorePlugin: your.plugin.name.Here

 

 

Link to comment
Share on other sites

I figured this out, for what it's worth... posting here because this topic is the top Google result for "minecraft forge valid manifest".

 

There must be an extra line in the file, completely blank. So it should look something like this: (line numbers next to the actual lines)

 

1 Manifest-Version: 1.0

2 FMLCorePlugin: your.plugin.name.Here

3

 

Note the extra blank line. Actual file:

 

Manifest-Version: 1.0
FMLCorePlugin: your.plugin.name.Here

 

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.