Server crash
srnyx opened this issue ยท 6 comments
The reason Fabrication appears in this crash is it's the first mod to initialize a class that has a mixin conflict. The mixin conflict is between FibLib and Immersive Portals; Fabrication is only responsible for being the first one to step in it.
The reason Fabrication appears in this crash is it's the first mod to initialize a class that has a mixin conflict. The mixin conflict is between FibLib and Immersive Portals; Fabrication is only responsible for being the first one to step in it.
Ah, thank you. I've reported it to Immersive Portals and FibLib already: iPortalTeam/ImmersivePortalsMod#616 & Haven-King/FibLib#11