[1.21] item insertion/pushing uses itemstack max size rather than slot max size
Closed this issue ยท 1 comments
**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
seems to a be a regression of InnovativeOnlineIndustries/Industrial-Foregoing#1165