Inventory Sorting when an CuboidDroid's machine is open
bartu26 opened this issue ยท 5 comments
** Modpack Version:**
e.g. 0.1.9
Describe the bug
When sorting the Inventory via the "Middle-Mouse-Button" when a CuboidDroid's machine is opened, the machines inventory and the player inventory is sorted. This messes up the machines inventory.
To Reproduce
Steps to reproduce the behavior:
- Open a CuboidsDroid's machine.
- Click the "Sort-Button" on the right or simply use the "Middle-Mouse-Button"
- The Inventory gets messed up
Expected behavior
The machines inventory should be ignored.
Thanks - I'll see if I can figure out what I need to do to stop that inventory sorting mod from grabbing more than it should
I've looked into the InvTweaks git issue tracker and found some older post.
#reo-ar/InvTweaksRenewed#43
This one was suggesting to blacklist specific containers, dont know if this would fix this.
#reo-ar/InvTweaksRenewed#20
Here are some problems with a PNC inventory and some possible suggestions.
#Lothrazar/Cyclic#1610
Something similair happend with Cyclic, where he fixed it by changing the InvWrapper to PlayerInventory. Not sure what your CuboidMod uses for those specific inventories.
Thanks again - very helpful. I was just coming back to say I've tweaked the config of that mod so that Cuboid machines/blocks and IronFurnaces behave a bit better now (only sorts player inventory - not machine slots or hotbar). I suspect there will be other machines from other mods affected too, so I might need to revisit this one again in future. Anyway - should be fixed in 0.1.13 when it's released. Thanks again for reporting it and doing some digging too ๐