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
2 months ago
0.17 - 2.0
13.0K
Storage

b Picking up crash site chests.

5 years ago

data.raw["container"]["crash-site-chest-1"].not_inventory_moveable = true

Why doesn't this work?

5 years ago

That line works correctly for me. Make sure it happens before my mod runs in data-updates.lua. Ideally it should be in data.lua.

5 years ago

Ah, of course, thank you!

New response