Posted January 14, 20187 yr This seems like an extremely basic question, but I haven't been able to find the answer. Once I have a properly formatted JSON file describing my recipe, where do I put it? Edited January 14, 20187 yr by curiouslorax
January 15, 20187 yr Author 3 hours ago, KittenKoder said: A folder called recipes in your assets. And how do I tell Gradle (or Forge?) what folder my assets are in?
January 15, 20187 yr 3 minutes ago, curiouslorax said: And how do I tell Gradle (or Forge?) what folder my assets are in? Put the assets folder in the <projectroot>/resources folder if it's for Eclipse. I don't know about IntelliJ, but it should be the same. So it looks like this <projectroot>/resources/assets/<modname>/* Edited January 15, 20187 yr by KittenKoder
January 15, 20187 yr Author Awesome, thanks! My main package is in src/main/java and when I put my recipe in src/main/resources/assets/<modname>/recipes it worked!
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.