Titanium

Titanium

50M Downloads

[1.21] item insertion/pushing uses itemstack max size rather than slot max size

Closed this issue ยท 1 comments

commented

**Titanium Version: **

current 1.21 codebase as of 11/11/2024

pushing items into inventories that allow a single slot of greater than stack size will stop at stack size limit.

example: pushing items into a functional storage drawer that allows 1k items in the slot will stop at 64 items due to the Math.min against the slot and stack size.

Easily reproducible with Industrial Foregoing and Functional Storage

commented