Posted November 16, 20177 yr I am having trouble wrapping my head around the possibilties of the new recipe JSONs, and I have a specific use-case I don't know how to implement. Is there complete documentation anywhere? I have config file toggles for enabling/disabling certain recipes in my mod. With the JSON recipes, how would I only register a recipe if it is enabled in the config file? Edited November 17, 20177 yr by Sinhika Solved it! Stuff I maintain: https://minecraft.curseforge.com/members/sinhika/projects Repositories: https://github.com/Sinhika?tab=repositories
November 16, 20177 yr 8 hours ago, Sinhika said: Is there complete documentation anywhere? No. You'll need to look at the Forge source code, examples in other mods and forum threads where people have asked similar questions. 8 hours ago, Sinhika said: I have config file toggles for enabling/disabling certain recipes in my mod. With the JSON recipes, how would I only register a recipe if it is enabled in the config file? I explain how to do this here: 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.
November 17, 20177 yr Author Thanks! (Didn't this forum used to have a 'thank you' button?) Between you and examples in the Botania GitHub, which I strongly recommend for examples of any imaginable kind of crafting use-case, I got things working. After lots of crashing and pulling hair out over typos and a really subtle program flow bug that only manifested when I selectively disabled some items. The code I'm working on is here: https://github.com/Sinhika/SimpleOres2/tree/1.12 Edited November 17, 20177 yr by Sinhika added link to my code Stuff I maintain: https://minecraft.curseforge.com/members/sinhika/projects Repositories: https://github.com/Sinhika?tab=repositories
November 17, 20177 yr 13 hours ago, Sinhika said: Thanks! (Didn't this forum used to have a 'thank you' button?) We used to, but we got new software, so, no, its gone now. We do have a "like this" button. 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.
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.