Modular Machinery

Modular Machinery

12M Downloads

JEI not showing recipes

wormzjl opened this issue · 11 comments

commented

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

commented

Post your client log from launch using pastebin. This should have been handled via discord, btw.

commented

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
commented

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).

commented

Ok I'll see if next version fixes this.

commented

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.

commented

Can always try the latest jenkins build for modular machinery located on the discord.

commented

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.

commented

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)

commented

Same problem for me with JEI 1.12.2-4.14.4.259

commented

The version on jenkins works, might consider making a release to prevent duplicated issues?

commented

Or...leave it open and tagged until released