
Interacting with chests causes small-stack items to stack to 64
RS-GoogleCoder opened this issue ยท 2 comments
In the image below is a chest with 4 stacks of signs. (Signs only stack to 16.) From the chest GUI, I cannot combine these stacks.
But when I open the crafting station GUI (with the chest on the left)
I am able to combine the signs into a stack of 64
I am using a modpack: Gregtech Community Pack Modern
I actually saw the code that's doing this yesterday and I'm not sure why it was ever added, but I figure there must be some reason and didn't want to touch it for now. Just testing it seems to be mostly a visual issue (if you go back to the chest and pick up the signs, it'll only let you put down 16s at once still), but yes does let you bypass the limit for the specific inventory temporarily.
I've removed the code in my local branch now but I'm going to do more testing to make sure its not breaking some edge case. Original creators must've had some reason to add it...