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.
Mods introducing new content into the game.
More than just chests.
data.raw["container"]["crash-site-chest-1"].not_inventory_moveable = true
Why doesn't this work?
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.
Ah, of course, thank you!