
Incompatible with Tweakermore
Closed this issue ยท 2 comments
Fabric 1.20.1
Inventorio v1.10.1
Tweakermore v3.17.0
Should I open an issue on Tweakermore's page too?
yikes, that's unfortunate. For context, both Inventorio and Tweakermore use (and bundle) conditional-mixin, however Inventorio requires v0.6.0 which introduced (Neo)Forge support while Tweakermore is still using v0.5.1. The Fabric loader sees both versions and chooses the newer one, which had breaking API changes. Although conditional-mixin tried to keep the old API compatible with the update, so that's actually an issue I will report over there. So the proper fix for this is either Tweakermore updating to conditional-mixin v0.6.0 or fixing conditional-mixin's backwards compatibility. Preferably both.