Sophisticated Backpacks

Sophisticated Backpacks

89M Downloads

[1.18.1 - 3.15.1.505] Dupe - Stack Upgrade

Salamance73 opened this issue ยท 1 comments

commented

When using the stack upgrade it is possible to put two inventory-holding items that allow for GUI based insertion in the same slot (bundles in my case but I think shulker boxes can do this.) This allows for any item to be put into both inventories at the same time. After splitting those two bundles you have two copies of the same inventory.

Bundles stacked, empty:
image

Bundles stacked, item inserted:
image

Bundles unstacked, both holding the original item:
image

commented

So a few things here:

  • the insert through gui is only possible with quark and because quark doesn't check stack size it will happily insert the item into stacked container so this will likely affect any mod that allows stacking of non stackable items
  • to handle this on SBP side you can use nonStackableItems config and provide list of containers like this that shouldn't stack
  • or if you don't want them to go into backpack altogether you can use disallowedItems