Posted January 18, 20205 yr Hey how do i remove a Vanilla recipie using a blank Forge 1.14.4 Workspace (Eclipse)? Edit: I just wanted to add that i know basic java with packets, classes and all but i judt do not know how to put this together... Edited January 19, 20205 yr by mc_jojo3
January 19, 20205 yr Create an empty json file with the same name as the recipe in the vanilla data folders and add it to your own assets in the same location (so, src/assets/data/minecraft/recipes) 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.
January 24, 20205 yr On 1/18/2020 at 8:44 PM, Draco18s said: Create an empty json file with the same name as the recipe in the vanilla data folders and add it to your own assets in the same location (so, src/assets/data/minecraft/recipes) I have done this with golden and iron armor but it still shows the recipes that forge has added to work with the ingots tag in data/minecraft/recipes. How would you replace this because following what you said and it adds my new recipe that I placed in data/moreitems/recipes and keeps the old recipe that im trying to remove. ~ Ronaldi2001
January 24, 20205 yr 1 hour ago, Ronaldi2001 said: it adds my new recipe that I placed in data/moreitems/recipes That is not data/minecraft/recipes, is it? 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.
January 24, 20205 yr 31 minutes ago, Draco18s said: That is not data/minecraft/recipes, is it? moreitems is my mod id, I placed my new recipes under that and the recipes im trying to remove/replace is under minecraft. ~ Ronaldi2001
January 24, 20205 yr https://github.com/MinecraftForge/MinecraftForge/issues/6287 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.
January 24, 20205 yr So is there anyway to replace it in code instead of using json files? ~ Ronaldi2001
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.