apophaniac Posted September 6, 2017 Posted September 6, 2017 (edited) Latest log, with no errors reported: https://pastebin.com/raw/DqJjqVZ0. Forge 1.11.2-13.20.1.2386, ForgeGradle 2.2. I'm baffled. Everything appears to work perfectly, and the mod loads fine, but none of the custom .json recipes I put in the /src/main/resources/assets/vampirism-nightmare/recipes folder exist. All my other assets are loaded fine. I compared my jar to jars of other mods that use the assets recipes system, and I noticed that none of them actually have a recipes folder inside their assets. It seems like Forge is processing the folder somehow and adding it directly to the binary? Uniquely in my case, the recipes folder is right there in the jar next to my lang, textures, etc. So whatever Forge is supposed to be doing to process the recipes folder, it's not doing it. I'm using IntelliJ and gradle build, if that's helpful. The weirdest part is that the recipes were loading in my in-workspace development environment until a few days ago. I didn't build a jar when they were working, so I don't know if it would have loaded the recipes then. I did try clearing my gradle cache. I renamed and restructured folder hierarchies in just about every way possible, to no effect. I made a test json recipe with no custom objects and no metadata (shapeless 1 bread to 1 wheat: suck it, entropy) - didn't work. I even made an entirely new project and copied in my /src folder, in case my IDE had screwed something up. Recipes still didn't load. I am stumped. Any help would be extremely appreciated. Contents of the .jar: Edited September 7, 2017 by apophaniac Quote
Choonster Posted September 7, 2017 Posted September 7, 2017 JSON recipes were only added in 1.12, you're using 1.11.2. Quote 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.
apophaniac Posted September 8, 2017 Author Posted September 8, 2017 Switched over to 1.12. Worked. Thank you. Sigh. I must have missed a relevant changelog on readthedocs or something, I guess. Quote
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.