Compatibility with item sorting and trinkets mods
Kelavus opened this issue ยท 4 comments
You cant have all these mods together, wherever you put the backslot slot in the inventory. Making a config option where the slots go above where the one gauntlet slot is would fix this issue.
Hey @Globox1997
Yeah this seems to be the issue I was having too. I'm not sure what causes it, perhaps a dependency or something.
Toggling the changeArrangement compatibility setting in the config to true fixed the issue for a bit, however, after adding more mods it kept breaking again. Basically, the InventoryScreenMixin would disregard that I had set the compatibility setting to true and the background textures would be default position while the actual slot interfaces from PlayerScreenHandlerMixin would be in the in the compatibility arrangement positions.
I was able to fix these compatibility issues by changing the backSlot_y and beltSlot_y values to -18 in both the InventoryScreenMixin & PlayerScreenHandlerMixin and disabling the changeArrangement compatibility config setting. Works like a charm now:
It is basically not an option to just put the slots higher, shown in this screenshot because mods which use the trinkets api can basically use all three spaces next to the playermodel, just depends on which mods you have installed. that's the reason for the arrangement config