No JEI for Sieves
CritFlaw opened this issue ยท 17 comments
The latest version of Ex Nihilo, sieve recipes don't show up in JEI, instead only showing Ex Compressum's heavy sieve. Tried with and without json loading.
Forge version 2796
Mod version 0.3.5.1
Are you attempting to look up the recipes using the sieve or the meshes? I can see them if I look them up with the sieves.
Can you please provide your log, there may be an "[Client thread/ERROR] [jei]" where the JEI plugin is failing. Try searching your logs for "exnihilocreatio.compatibility.jei.CompatJEI"
Yes, there does seem to be an issue happening with JEI https://gist.github.com/CritFlaw/79bb9e459cadd52ff1e79e3650c079b8
Issue is related to Issue #150, basically even though the tinkers derived class is never called, Java is trying to validate the classes.
Ok, that does fix it, but now we're back to pre-2019 problems, with it doing this:
https://imgur.com/a/0WgleBt
I think @Tencao had a branch where he was working on that. The big initial update was just my dev branch.
Is it the same issue Ex Compressum is having? TwelveIterationMods/ExCompressum#261
Probably. Basically the JEI plugin was never designed for a large number of possible drops. It has to basically be completely re-written. I haven't seen anything in the JEI API that is really designed for limited inputs -> massive number of outputs.
Issue #126 is still open for this topic.