Mekanism: [1.11.2] JEI integration completely broken.

With the latest Mekanism version (Currently 20cf847) JustEnoughItems fails to load almost all all recipes that are done in a crafting bench. This causes JEI’s recipe viewer to not work with Mekanism.

JEI version: jei_1.11.2-4.3.2

Issues for reference: #4319 (Confirmed fixed original issue, doesn’t fix JEI integration though.)

About this issue

  • Original URL
  • State: closed
  • Created 7 years ago
  • Comments: 16 (3 by maintainers)

Most upvoted comments

Nice! Maybe a good idea to use the API as deobfcompile instead full JEI source. That way your certain that you don’t use unwanted code. https://github.com/mezz/JustEnoughItems/wiki/Getting-Started#why-compile-against-the-api

Fixed on my end, thanks a bunch!

I’ve got it fixed locally. Removed all non API calls to JEI and changed the dependencies to compile against the API instead of the full jar of JEI.

I’ll open a PR later today.

Thanks to Mezz for pointing in the right direction… Don’t know why I didn’t found that one 😕

Could be that Mekanism is using an outdated API which has been removed.