InvalidMixinException: Index 3 out of bounds for length 3
Madis0 opened this issue ยท 2 comments
Describe the bug
My mod won't run due to a mixin error but I don't understand why. Works on equivalent Fabric for MC 1.20.1.
Steps to reproduce
- Install OneBar 4.0.0, the Forge version of Cloth Config, Sinytra Connector, Forgified Fabric API, Connector Extras for Forge 47.2.0 on Minecraft 1.20.1
- Try to run
- Get a crash
...
Logs
Additional context
My mod only depends on Fabric API and Cloth Config and uses some mixins
Source: https://github.com/Madis0/OneBar/tree/1.20.1
Good point, I think I misunderstood ConnectorExtras as I get a similar crash without it (and I probably don't need it either).