Jump to content

Recommended Posts

Posted

I created some very basic blocks and items (As I am new to forge, but not modding) and when I ran the client I seemed to have run into this error:

 

  Reveal hidden contents

 

I'm using MC 1.3.2 and the latest Forge build.

 

If it helps here's my Core class:

 

  Reveal hidden contents

 

 

Usually when I get a crash report I know what's wrong but this one confuses me. Any help and/or feedback is greatly apreciated.

Posted

at automine.common.AMCore.load(AMCore.java:45)

Something on that line is null.

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

Posted

Initialize all of your blocks and items before you add recipes.

 

If it helps, this is line 45:

GameRegistry.addSmelting(AMCore.alumore.blockID, new ItemStack(AMCore.alumingot), 0.1f);

There's an EAQ for a reason. Read it!

"Note that failure to read this will make you look idiotic. You don't want that do you?" -- luacs1998

 

First rule of bug reports: More information is always better.

Oh, and logs OR IT DIDN'T HAPPEN!!

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.