blackd / Inventory-Profiles

Take control over you inventory. Sort. Move matching/all Items. Throw all/all items. Locked slots. Gear sets! And much more!
https://inventory-profiles-next.github.io/
GNU Affero General Public License v3.0
153 stars 49 forks source link

Sophisficated Storage incompatibility #311

Closed KostromDan closed 1 year ago

KostromDan commented 1 year ago

If we have stack upgrade installed, sort won't work for items with stack more then 64. The simplest fix is to use built in sort from this mod, what work correctly. Before sort: image After: image

KostromDan commented 1 year ago

Should work: image

blackd commented 1 year ago

Unfortunately compatibility with sophisticated storage oversized stacks is not possible.

The manipulation of such stacks breaks the vanilla flow that single click lifts the whole stack. This makes it impossible for IPN to work properly.

Using their sort is not an option since it produces different results from IPN. Not to mention that the support for custom rules goes out of the window.

If they introduce a way to pickup the whole stack with a single mouse click it will be possible to make IPN work with sophisticated storsge.

KostromDan commented 1 year ago

Is it any way to disable IPN sort by middle click only in Sophisficated mods? If yes, i can toggle middle click to built in sort from this mod and it will work good in my modpack.

blackd commented 1 year ago

which modpack if it's ATM 7/8 I will need you to come in our discord server.

KostromDan commented 1 year ago

No, M-Tech, it has 1m downloads on curseforge, i'm creator of it.

blackd commented 1 year ago

So r+g while it's open will bring up my overlay editor. you can set ignore to true for the container. this will disable IPN for that container. You might need to set it for all different sizes.

KostromDan commented 1 year ago

Thanks, it works, now sort will work perfect everywhere!