Jump to content
View in the app

A better way to browse. Learn more.

Forge Forums

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Featured Replies

Posted

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.

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!)

  • Author

Thank you!

It's working now. I don't have any ideas why it's happening. Maybe i'll try to make the META-INF on a linux machine, than report back.

  • 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

 

 

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

 

 

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...

Important Information

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

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.