Posted July 5, 201411 yr 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?
July 5, 201411 yr Author 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.
July 5, 201411 yr Author 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!
July 5, 201411 yr Author Oh its simple. There is no crafting resoults with this RecipeSorter registration. If you need here is my Recipe class file: http://pastebin.com/tfLDjHBS Thanks for the helping!
July 5, 201411 yr Author Yes its worked with GameRegistry.addRecipe(new LanternRefuelRecipe()); I tryed what you have said but no luck.
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.