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
147 stars 49 forks source link

Possible compatibility with https://www.curseforge.com/minecraft/mc-mods/tokenable-furnaces-and-storage and https://www.curseforge.com/minecraft/mc-mods/stacker #169

Closed 2el222 closed 1 year ago

2el222 commented 1 year ago

Inventory profiles cant sort chests with these mods...

blackd commented 1 year ago

describe the problem

video will be nice

2el222 commented 1 year ago

Well, if u make an tokenable chest and have an increased stack size, lets say we have 256, it wont sort, try making amethyst chest, fill up more than one page and try to sort it, it wont sort, or will sort in a very messy way

blackd commented 1 year ago

unfortunately oversized stacks are not supported because they don't fallow the vanilla click rules at this point IPN tryes to "support" such stacks by ignoring them

QZLin commented 1 year ago

Found something funny, I use Stacker (Andrew6rant/Stacker) and Inventory-Profiles on Minecraft fabric 1.19.1. Sort function will not work for oversized stacks if I directly join a multiplayer game. But if I leave the multiplayer game then open a local world and close it, sorting will work on both the local world and multiplayer world (for oversized stacks). Hope this information will help with Stacker compatibility.

blackd commented 1 year ago

Looks like the problem is caused by Stacker because because ItemStack::getMaxCount returns 64 when connected to a server. IPN uses this value to check if the stack is oversized.

изображение

I suggest you report this to Stacker.