Finiox Posted July 8, 2019 Posted July 8, 2019 So with the changes to crafting and smelting how would I remove an existing minecraft crafting recipe. For example I want to remove the recipe for bread. Normally this would require 3 wheat in a row. But I want to be able to remove it. While we are at it, how would I override this recipe. So the new one will be 3 wheat diagonally? Thanks! Quote
Cadiboo Posted July 9, 2019 Posted July 9, 2019 have a dummy recipe in your data folder under the Minecraft namespace Quote About Me Spoiler My Discord - Cadiboo#8887 My Website - Cadiboo.github.io My Mods - Cadiboo.github.io/projects My Tutorials - Cadiboo.github.io/tutorials Versions below 1.14.4 are no longer supported on this forum. Use the latest version to receive support. When asking support remember to include all relevant log files (logs are found in .minecraft/logs/), code if applicable and screenshots if possible. Only download mods from trusted sites like CurseForge (minecraft.curseforge.com). A list of bad sites can be found here, with more information available at stopmodreposts.org Edit your own signature at www.minecraftforge.net/forum/settings/signature/ (Make sure to check its compatibility with the Dark Theme)
Finiox Posted July 9, 2019 Author Posted July 9, 2019 3 hours ago, Cadiboo said: have a dummy recipe in your data folder under the Minecraft namespace So I did this. Create a empty json file under `resources/data/minecraft/recipes/bread.json` and it works. But I think this also broke something in the crafting GUI that worked before. So if I remove the minecraft folder then my custom crafting shows up in the crafting helper. Right now it doesn't like you can see. Before the "Uncooked Dough" (reason why I wanted to remove bread recipe) is not there anymore. Is this an forge bug or did I do something wrong myself? Quote
Finiox Posted July 9, 2019 Author Posted July 9, 2019 1 minute ago, Finiox said: So I did this. Create a empty json file under `resources/data/minecraft/recipes/bread.json` and it works. But I think this also broke something in the crafting GUI that worked before. So if I remove the minecraft folder then my custom crafting shows up in the crafting helper. Right now it doesn't like you can see. Before the "Uncooked Dough" (reason why I wanted to remove bread recipe) is not there anymore. Is this an forge bug or did I do something wrong myself? Sorry, after picking it the first time out of the crafting table it shows up in the crafting helper. So to edit my question: How do I make it show in the crafting helper before hand or is this not implemented yet? Quote
Draco18s Posted July 9, 2019 Posted July 9, 2019 (edited) Its an advancement. Here's an example: https://github.com/Draco18s/ReasonableRealism/blob/1.12.1/src/main/resources/assets/harderores/advancements/recipes/bread.json Edited July 9, 2019 by Draco18s Quote 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.
Recommended Posts
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.