maruohon / itemscroller

A client-side Minecraft mod that adds various convenient ways of moving items within inventory GUIs, such as scrolling over stacks to move single items to or from it
GNU Lesser General Public License v3.0
147 stars 68 forks source link

Incompatible mod versions - Item Scroller needs MaLiLib < 0.11 and does not like most recent releases #75

Closed Andrew-Koman closed 2 years ago

Andrew-Koman commented 2 years ago

Item Scroller needs MaLiLib 0.10.0-dev.26 up to 0.11, but most recent version of MaLiLib is 0.11.6

This could be intended, but the version could also be misread on being checked. There has been multiple releases of MaLiLib past 0.11.0, so I am not sure if this is known and a new release of Itemscroller is being worked on, or if it is an unintended effect.

Not sure if this is an issue with Itemscroller or with MaLiLib

Below is the stack trace:

Andrew-Koman commented 2 years ago

`net.fabricmc.loader.impl.FormattedException: net.fabricmc.loader.impl.discovery.ModResolutionException: Mod resolution encountered an incompatible mod set! A potential solution has been determined:

Andrew-Koman commented 2 years ago

If instead version 0.10.0-dev.26 is used, it says it needs to be within 0.11.3 and 0.12

maruohon commented 2 years ago

I assume you have the older 1.18.0 version of Item Scroller then? Just get the 1.18.1 version, it's built for the new malilib and accepts that version.

Andrew-Koman commented 2 years ago

Yes I believe I am. I did not notice as they have the same version number. Version 0.15.0 for 1.18.1 works as expected.