Inspirations

Inspirations

14M Downloads

Recipe for bookshelfs are not displaying in JEI

techwulf opened this issue ยท 6 comments

commented

I'm working with version 0.2.3 of Inspirations

commented

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

commented

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.

commented

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.

commented

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.

commented

No, I actually noticed a problem where invalid config will cause this bug, so I need to fix it eventually anyways

commented

Fixed in 0.2.4