JEI not showing recipes
wormzjl opened this issue · 11 comments
I have the following recipe
{ "machine": "desalter", "registryName": "oil_desalting", "recipeTime": 100, "requirements": [ { "type": "energy", "io-type": "input", "energyPerTick": 64 }, { "type": "fluid", "io-type": "input", "fluid": "oil", "amount": 1000 }, { "type": "fluid", "io-type": "input", "fluid": "water", "amount": 1000 }, { "type": "fluid", "io-type": "output", "fluid": "oil_brine", "amount": 1000 }, { "type": "fluid", "io-type": "output", "fluid": "crude_desalted", "amount": 1000 } ] }
It works in machines, but in JEI the recipe page is totally empty.
I'm using jei_1.12.2-4.14.3.245 and modularmachinery-1.9.4
Post your client log from launch using pastebin. This should have been handled via discord, btw.
Here is the log
https://gist.github.com/wormzjl/e1380c956f9a4e5dba65e1b43fde7dae
There are some errors in the end like
Error caught from Recipe Category: hellfirepvp.modularmachinery.common.integration.recipe.CategoryDynamicRecipe
java.lang.NoClassDefFoundError: mezz/jei/plugins/vanilla/ingredients/FluidStackRenderer
Says they all loaded:
[16:52:31] [Client thread/INFO] [modularmachinery]: Variables: [5 loaded, 0 failed]
[16:52:31] [Client thread/INFO] [modularmachinery]: Machines: [1 loaded, 0 failed]
[16:52:31] [Client thread/INFO] [modularmachinery]: Load-Phase: [2 loaded, 0 failed]
[16:52:31] [Client thread/INFO] [modularmachinery]: [Unknown Machinery: 0]
[16:52:31] [Client thread/INFO] [modularmachinery]: Oil Desalter (Recipes): [2 loaded, 0 failed]
There's so many errors in that log though, it's ridiculous. Try rolling back to earlier JEI versions, since there was some restructuring done in the last couple months that's not been updated into MM and several other mods yet (see other JEI ticket with fixed in-dev).
Also getting a crash when clicking on said, empty recipe. https://pastebin.com/2e3gu4gu
Not sure if it's on JEI side. Also rolling back JEI does fix the issue but rolling back JEI causes another mods not to load due to needing a newer JEI version.
Can always try the latest jenkins build for modular machinery located on the discord.
I'd like to say the Jenkin's builds work, in terms of recipes showing up again.
However, There is another bug where we lose the ability to scroll through the pages of the recipes with the mouse wheel, and Ive tracked it down to this.
Also getting a crash when clicking on said, empty recipe. https://pastebin.com/2e3gu4gu
Not sure if it's on JEI side. Also rolling back JEI does fix the issue but rolling back JEI causes another mods not to load due to needing a newer JEI version.
Have this problem too,It can't work on beta JEI (jei_1.12.2-4.14.4.259.jar)
The version on jenkins works, might consider making a release to prevent duplicated issues?