Packing Tape


Mining a chest allows players to pick it up with all the items inside and carry it in their inventory. Also supports vehicles, tanks, and accumulators.

Content
12 days ago
0.17 - 2.0
11.9K
Storage

b bug with stack changers (I think)

3 years ago
(updated 3 years ago)

Context: Someone reported this interaction with Mobile Factory:
filled fluid interactor on pick up adds 20 copies of itself to ur inventory

I checked Mobile Factory code, and then checked Packing Tape code. set_stack is used to insert the tagged packed item, but the count isn't specified (line 308 and 320 of control). This causes an entire stack of the item to be given.

I do not believe Mobile Factory would change the stack size of another mods item-with-tags, so I do not what other mod the user had which changed it. (I can ask for their modlist, if desired.)

New response