Sorting in LaserIO gui causes entire inventory to get deleted
Slappy826 opened this issue ยท 4 comments
The only two mods I have installed in the video is LaserIO 1.6.8 and this mod version 1.1.0 on forge 47.2.20, minecraft version 1.20.1
[[sorting.containerOverrides]]
containerClass = "com.direwolf20.laserio.client.screens.*"
sortRange = ""
i was able to disable the sorting functionality in the laserio guis by adding this to the config
Can confirm, with this mod of version 1.1.0 and LaserIO of version 1.6.8.
To reproduce this issue, sort the inventory (press the sorting button in the GUI or middle mouse button) while in the item card GUI and your inventory will get deleted (see the attached videos). Each time you press the sort button, 15 item stacks at most get deleted, like you see in the second video - from a full player inventory 15 stacks get deleted then another 15, then the last 6.
As for why this happens, I can only think of the 15 ghost item slots that the LaserIO filters have - maybe InvTweaks tries to put the items into the ghost slots and deletes them, but again, I'm not sure. Also I've tested this with the Inventory Sorter mod but the items in that case aren't sorted and therefore aren't deleted.
1.mp4
da-bug.mp4
This issue is also in the LaserIO GitHub - see issue 265