Inventorio (Forge)

Inventorio (Forge)

1M Downloads

Incompatible with Tweakermore

Closed this issue ยท 2 comments

commented

Fabric 1.20.1
Inventorio v1.10.1
Tweakermore v3.17.0
Should I open an issue on Tweakermore's page too?

crash-2024-03-29_15.44.58-client.txt

commented

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.

commented

Oh wait, Fallen-Breath already fixed this in conditional-mixin yesterday. I'll quickly publish a hotfix with the new version.