Posted January 31, 20205 yr Greetings, I am trying to disable the recipes for all vanilla tools (wooden axe, stone sword, diamond shovel etc.). To accomplish this I am currently specifying my own .json files that are named after those tools (wooden_axe.json, stone_sword.json, etc) and I'm putting them under assets/data/minecraft/recipes/. This does not disable any of the recipes for the vanilla items however and the new recipes I specify in the .json files are not working either. It seems to work for some vanilla blocks where I was able to override the crafting table and the diamond block recipe, but not the furnace, using this method. I have attached the two .json files I have been testing with. The diamond_block.json successfully overrides the diamond block recipe, the furnace.json does not work. Is there anything I am missing about overriding vanilla recipes? diamond_block.json furnace.json Edited January 31, 20205 yr by ericos
January 31, 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.
February 1, 20205 yr Author I did stumble upon that post but dismissed it since one of the commenters seemed to not be able to replicate the issue. I have decided to use Forge for 1.15 for now which does fix the issue.
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.