UniMixins

UniMixins

48.3k Downloads

BugTorch's `fasterOptionLoading` is incompatible with ModernKeyBinding

quentin452 opened this issue ยท 2 comments

commented

I can reproduce this if I enable fasterOptionLoading in BugTorch's config.

The reason you don't get a crash with SpongeMixins is because BugTorch requires GTNHMixins, so, since you're missing GTNHMixins, BugTorch doesn't load properly. If I add GTNHMixins, the same issue happens, so this isn't an UniMixins bug.

The actual issue here is that BugTorch's fasterOptionLoading is incompatible with ModernKeyBinding (BugTorch overwrites GameSettings#loadOptions, while MKB injects into it). I recommend just disabling the option.

commented

ok thx