Posted June 12, 20178 yr Hi, I'm trying to update my mod for minecraft version 1.12. But I'm stuck at the recipes. "GameRegistry.addShapedRecipe" doesn't work anymore. Could anyone explain to me how I can create new recipes in minecraft 1.12, or give an example so I can learn how it works now? Thanks in advance. The code I used before: GameRegistry.addShapedRecipe(new ItemStack(ModItems.sushi_cone, 1), "X X", "XXX", 'X', ModItems.nori_leaf); Creator of the Master Chef Mod and many more to come. If I helped you, please click the 'thank you' button.
June 12, 20178 yr In short, you don't. 1.12 isn't ready yet: Please don't PM me to ask for help. Asking your question in a public thread preserves it for people who are having the same problem in the future.
June 12, 20178 yr https://github.com/MinecraftForge/MinecraftForge/commit/f1cca475eadea9d15c996e521bf9b6b5970425e9 It isn't done yet. Edited June 12, 20178 yr by Kokkie Classes: 94 Lines of code: 12173 Other files: 206 Github repo: https://github.com/KokkieBeer/DeGeweldigeMod
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.