Jump to content

Recommended Posts

Posted

okay so i cant figure out whats going on with this crash it keeps saying different things, first it was my addsmelting, then it was my OreDictionary (i fixed by putting the registry in the postinit), now its saying my setCustomModelResourceLocation

 

addSmelting error

 

  Reveal hidden contents

 

setCustomModelResourceLocation error

 

  Reveal hidden contents

 

 

Posted

thats what i know to do, everything ive seen on updating mods still use that.

okay so ive changed it to

GameRegistry.register(meltingObsidian.setRegistryName("meltingObsidian"));

and im still getting the same crash. i re-updated the github link

 

Posted

okay so heres what ive gotten, tell me if im doing it right,

meltingObsidian = new meltingObsidian("meltingObsidian");
ImeltingObsidian = new ItemBlock(meltingObsidian);
//	GameRegistry.register(meltingObsidian.setRegistryName(Reference.ModID + "_" + "meltingObsidian"));
    	GameRegistry.register(ImeltingObsidian.setRegistryName(Reference.ModID + "_" + "meltingObsidian"));

 

i dont know if i need both of the register's or not, but this is the crash now

 

  Reveal hidden contents

 

Posted

Never mind looking in my proxy was the problem i did not call the init inside either the modblock class or mod item class. so that was the problem nothing else but does not hurt to do what you said so thank you

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.