Posted June 13, 20178 yr I know that Minecraft 1.12 is still in early development, but I had to try it out. I believe the only things that didn't work are the recipes and the advancements since they both are running through json files now and Minecraft Forge still hasn't release code supporting these new conditions. My question is regarding the recipes which are run through the CraftingManager and registered through the function func_193372_a with the two parameters being the ResourceLocation (which I assume is for the json file) and IRecipe (which is something that was supported in the past). I have never used IRecipe to register a crafting recipe, but is it possible to use this function in a mod being created for 1.12 if they have the foreknowledge of IRecipe to accurately use the function? I have been trying for the past two days and I'm not 100% sure if I am using IRecipe correctly.
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.