ModernFix

ModernFix

2M Downloads

Incompatibility with Divergent Progression (for some reason)

BlueStaggo opened this issue ยท 2 comments

commented

Bug Description

I'm making a modpack for myself and I decided to throw my own mod in there. However, the game inexplicibly crashed and it was only with this mod enabled. The game still crashed when the only mods enabled were Fabric API, Divergent Progression and Modern Fix. There are a few mixins but they shouldn't really be messing up the load order or anything.

Reproduction Steps

Make a fresh 1.21 (or 1.21.1) instance with Fabric Loader 0.16.0, Fabric API 0.102.0, Divergent Progression 1.0.0 (Download from Github: https://github.com/BlueStaggo/divergent-progression) and Modern Fix 5.19.0. Try to start the game and it will crash before the window even opens.

Log File

log.txt

commented

Actually now that I look at it, it seems to be that my mod in combination with ModernFix messes up the initialization order of item components. I can probably fix this myself.

commented

Yeah I fixed my rubbish code so now my mod works with ModernFix