JustEnoughIDs

JustEnoughIDs

13M Downloads

Creeping Nether 2.2 crash

Electravirus opened this issue ยท 4 comments

commented

I've been getting some crash reports on my mod The Creeping Nether.
https://paste.dimdev.org/rejivepedu.mccrash
https://pastebin.com/raw/DXAMTjdt
We've identified that the incompatability is with JEID.
I understand you've added a mixin to support the biome corruption in my mod, but in the newest version of my mod I've moved the biome corruption logic from EntityPortal to CorruptorAbstract and this seems to be causing problems. I don't know how to fix this on my own, so I'm hoping you can help.

commented
commented

I'm the one who did this pastebin: https://pastebin.com/raw/DXAMTjdt

Posting here to keep thread alive and adding to participants.

commented

Should be fixed in latest commits, but proper testing might need to be done.

commented

You have not made all the changes necessary to your mixin. There is not a field named toBiome on AbstractCorruptor. Instead you should be shadowing public abstract Biome getBiome(), and calling that whenever you need to know the target biome.