

You know how the game prevents impact damage to valuables when placing them into the cart?
The impact penalty is not fully removed, however. Instead of fully removing the impact penalty, it is now reduced to 0.5
This value can be modified in config. Raise this value to 1.0 for the full impact penalty you madman.
The impact penalty can also be removed for the extraction zones, but by default, this mod keeps the protection on.
This can be changed in the config.
Only the host needs this mod, and the configs from the host will apply for all players.
You do not have to remove this mod from non-host clients. It does not matter.
I understand that removing the impact protection for certain items can be annoying, such as the Music Box, Propane, maybe some modded items, so the config also has a blacklist section for you to specify these item names. Items specified in the blacklist will always maintain impact protection as they normally would in the vanilla game.
Referencing items are a little funky, so it's designed to reference items very loosely, meaning, you won't have to match the object name completely. It will be case-insensitive and will not care about spaces in the name.
For example, if an item object in the game is named "Pocket Watch(Clone)", and you specify "Pocketwatch", the mod will remove the spaces from both, strings, and then convert them to lowercase. "pocketwatch(clone)" => "pocketwatch", and since the object's name contains your converted string, it will be targeted as an object to not have its impact protection removed.
You may have to find the item names yourself.