Jump to content

Recommended Posts

Posted

So I am following a tutorial and I just started adding recipes when I came across this error which crashes Minecraft:

 

java.lang.ClassCastException: com.hypenauticpulse.tutorial.items.BasicItem cannot be cast to java.lang.Character

 

The code entire code branch: https://github.com/HypenauticPulse/Tutorial/tree/master/tutorial/src

 

And the full crash report: https://github.com/HypenauticPulse/CrashLogs/blob/master/crash-2016-05-04_17.25.30-client.txt

 

Thanks ahead of time for those of you that can help!

Posted

Internet is being slooooooow...

 

"##","##","#", ModItems.tutorialItem

 

Should be

 

"##","##",'#', ModItems.tutorialItem

 

"

makes a string,

'

makes a Character

 

Edit: In ModCrafting, on line 16. Forgot to mention that.

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.