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

Ok, so I test my mod, and it works fine. I then recompile and reobf, and install forge and my reobf data in my minecraft.jar. I run and get this error:

java.lang.NullPointerException
at cpw.mods.fml.common.FMLModContainer.getName(FMLModContainer.java:106)
at cpw.mods.fml.common.Loader.sortModList(Loader.java:236)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:416)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:192)
at net.minecraft.client.Minecraft.a(Minecraft.java:402)
at net.minecraft.client.Minecraft.run(Minecraft.java:734)
at java.lang.Thread.run(Unknown Source)

 

I then realized I had to make a mcmod.info file, and so I did. I called it mcmod.info, and put it in my minecraft.jar. Here is what it said:

[
{
  "modid": "BakedGoods",
  "name": "BakedGoods",
  "description": "Adds Plenty of food, Some with special effects.",
  "version": "V3.0",
  "mcversion": "1.3.2",
  "url": "http://www.minecraftforum.net/topic/1240619-125smpbaked-goods-mod-beta/",
  "updateUrl": "",
  "authors": [
    "Crzyguitardude"
  ],
  "credits": "crzyguitardude, Crazy_Leen, DylPickle373",
  "logoFile": "/bg_logo.png",
  "screenshots": [
  ],
  "parent":"",
  "dependencies": [
  ""
  ]
}
]

 

And now i dont get a crash, but it doesn't load my mod, it just loads forge.

 

Here is the annotion in my mod file:

@Mod ( modid = "BakedGoods", name="BakedGoods", version="V3.0")

 

If you need any further information, I will say it. Thanks.

I might be wrong, but I think you have to change the mod name so it's different from the modID

width=300 height=100http://i.imgur.com/ivK3J.png[/img]

I'm a little surprised that I am still ranked as a "Forge Modder," having not posted a single mod since my animals mod... I have to complete Digging Deeper!, fast!

Update forge and let me know.

I do Forge for free, however the servers to run it arn't free, so anything is appreciated.
Consider supporting the team on Patreon

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.