A simple mod that adds a few useful options for Sophisticated Storage, if you have suggestions for more features, let me know!
Adds the following config options (world/serverconfig/sophisticated-storage-utils-server.toml):
- enableAutoPacking
- Enabled by default.
- When enabled, instead of informing the player that a chest/barrel has too many items and prevents breaking the block without sneaking, instead automatically packs the block as it is breaking for the player. No change in behaviour for chests/barrels with less items.
- Helps prevent nuking your world with a thousand item entities because you snuck while breaking a chest/barrel.
- enableAutoPackingMessage
- Disabled by default.
- When enabled, informs the user that their chest/barrel was packed due to the amount of item entities it would drop.
- unlimitedPackingTape
- Disabled by default.
- Prevents Packing Tape from using any durability on use. Nice quality of life and encourages users to pack their stuff more regularly if you don't like auto-packing.
All current functionality should work server-side only, great for server admins to throw in if they have had issues with item entity explosions in the past!

