Posted August 18, 20196 yr I'm currently trying to change the crafting recipe for glistening melons from nuggets to ingots, and the only way I found was to remove the original recipe and add my own. But, I can't figure out what Id in the recipe list to remove as I can't figure out how to see all the indices. My current code is: CraftingManager.getInstance.getRecipeList().remove(/*this is what I need help with*/);
August 18, 20196 yr Don't use the Crafting manager. Wait for the Register<IRecipe> event and access the registry then. I built an entire helper class to handle this sort of thing. https://github.com/Draco18s/ReasonableRealism/blob/1.12.1/src/main/java/com/draco18s/hardlib/util/RecipesUtils.java#L105 Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable. If you think this is the case, JUST REPORT ME. Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice. Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked. DO NOT PM ME WITH PROBLEMS. No help will be given.
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.