Recipe for bookshelfs are not displaying in JEI
techwulf opened this issue ยท 6 comments
Please post a copy of your game log (using a site like Pastebin). It works fine on my side. Also, please give a mod list, including JEI, Forge, and Mantle versions
I'm using Forge 14.23.5.2768
The latest log.
https://pastebin.com/6g1Kzndb
The current modlist.
https://pastebin.com/AVaww03w
I'll start doing some tests as well. Running it without certain other mods, upgrading the version of Forge I'm using. I also double checked all my zenscripts with crafttweaker to make sure I didn't accidentally disable the recipes.
Looks like the JEI plugin errored before it had a chance to load the custom recipe. Somehow it ended up with a block smashing recipe containing a null Not sure how it got there (possibly an addon added a recipe?), but I can add a catch for it.
You can probably remove this issue. I figured out why it wasn't loading the recipes. In the config file I must've messed up a mass file edit with vim. One third of every character containing line in the config file was missing the first two characters. Sorry about the unnecessary issue.
No, I actually noticed a problem where invalid config will cause this bug, so I need to fix it eventually anyways