Jump to content

[1.7.x]Unknown recipe class


FLUFFY2

Recommended Posts

I have an error message when MC starts up with my mod!

 

Unknown recipe class! com.fluffy.amnesia.handler.LanternRefuelRecipe Modder please refer to net.minecraftforge.oredict.RecipeSorter

 

My custom recipe is still working both side, but im just interested what this means?

 

 

Link to comment
Share on other sites

Okey error gone now.

Now my recipes also STOPPED working.

No crash or a single error, nothing!

Code:

RecipeSorter.register("Lantern Refuel", LanternRefuelRecipe.class, Category.SHAPELESS, "");

 

Also what dependancies stands for? If i put anything into the last string it crashes.

 

 

Link to comment
Share on other sites

Updated, still not working:

RecipeSorter.register("Amneisa:lantern", LanternRefuelRecipe.class, Category.SHAPELESS, "after:minecraft:shapeless");

 

I think im just stick with:

GameRegistry.addRecipe(new LanternRefuelRecipe());

 

Its working after all. Even if is drops an error!

Link to comment
Share on other sites

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.