Closed mezz closed 3 months ago
This is related to the problem I mentioned a long time ago, that ldlib is difficult or impossible to implement Scroll Grid and other widgets in a jei recipe layout, so I used a very hacky technique
In other words, ldlib wants to implement its own set of widgets in jei, but jei doesn't provide a api.
I released a new version of JEI with backports for features in later versions. LDLib crashes because it has unsafe mixins into JEI.
Mixins to other mods should be avoided or done in a fail-safe way. You can set
require = 0
on injects, for example. If the target is not found, you can log an error and link to the issue tracker here.What is the mixin into JEI required for? Generally I try to support mods in the API so that they have a stable way to work with the mod.