Ex Nihilo: Creatio

Ex Nihilo: Creatio

17M Downloads

No JEI for Sieves

CritFlaw opened this issue ยท 17 comments

commented

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

commented

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.

commented

With the sieves.

commented

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"

commented

Yes, there does seem to be an issue happening with JEI https://gist.github.com/CritFlaw/79bb9e459cadd52ff1e79e3650c079b8

commented

Appears to actually be a problem with the ex nihilo JEI plugin.

commented

Issue is related to Issue #150, basically even though the tinkers derived class is never called, Java is trying to validate the classes.

commented

Lovely

commented

Fix pushed to curse.

commented

I don't think that was ever fixed.

commented

Oh, I assumed that was one of the things addressed in the initial update....

commented

Ok, that does fix it, but now we're back to pre-2019 problems, with it doing this:
https://imgur.com/a/0WgleBt

commented

I think @Tencao had a branch where he was working on that. The big initial update was just my dev branch.

commented

Is it the same issue Ex Compressum is having? TwelveIterationMods/ExCompressum#261

commented

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.

commented

What about lootbags? They have this working.

commented

Uses a custom license so not to keen on just ripping off their code.

commented

Ah, I see... well that sucks. I'll limit items to fit.