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
144 stars 48 forks source link

informal item stack size #381

Open goldstargloww opened 5 months ago

goldstargloww commented 5 months ago

Have you asked for help on discord?

NO

Minecraft Version/s

1.20.1

Modloader

Fabric

Modloader Version

0.15.3

Operating System

Windows

List of all other installed mods

Describe the problem

using pack it up, orepacks for example allow you to store items up to 256 per stack instead of 64 when it reaches 128 or more, the item just stops rendering

image image

and tends to throw an error like this (but not every time) [Inventory Profiles Next] Informal item stack 101x raw_copper{}

i get why this happens because stacks over 64 usually aren't allowed, but some mods do allow for them and it creates incompatibilities

Steps to reproduce

  1. get an orepack
  2. try to put more than 127 items in a stack

I have tried to reproduce the problem with only or without "Inventory Profiles Next" and its dependencies installed.

blackd commented 5 months ago

IPN can't operate on oversized stacks. This is a limitation for being only client side.

About the rendering issue I doubt it's IPN fault. Have you tested without IPN installed to see if the items render proper?

goldstargloww commented 5 months ago

probably should've checked that honestly, thanks for answering anwyay - it renders with just ipn + pack it up + their dependencies, so you were right on that one, any idea what mods might be causing the issue?

blackd commented 5 months ago

sodium screenfx tooltip fix

goldstargloww commented 5 months ago

none of those seem to be causing the issue still :/ any other thoughts ^^"? or should i try something like binary searching?