Jump to content

Recommended Posts

Posted

So, i've made a custom furnace, but in my tile entity class it sais: The method getSmeltingResult(String) in the type Mod_Name is not applicable for the arguments (ItemStack)

 

any help please?

Posted

Well, I can't really help if you don't provide source, but I'd wager you are trying to pass an ItemStack on that method instead of a String, which is what it says in the error. This is a basic java error, please try fixing it yourself before coming to this forums, as this is a Forge forums.

I am the self-nominated Lord of the Mastodons and don't you dare deny it. ;) Also, check out my YouTube channel: https://www.youtube.com/user/DerpDerp44/

Posted

Check your recipes class and there the method named getSmeltingResult(String). It seems like you are calling it by using ItemStack as parameter and method is expecting String.

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.