Files
mechanical-smp-v1/web/pack/config/inventoryessentials-common.toml
2025-07-26 15:09:57 +02:00

17 lines
902 B
TOML

#Should holding shift and moving your mouse over items quick-transfer them without requiring each to be clicked?
enableShiftDrag = true
#Should space-clicking an item move all items from that inventory at once?
enableBulkTransferAll = true
#Should ctrl-clicking only move one item at a time instead of the full stack?
enableSingleTransfer = true
#Use the client implementation even on servers that have the mod installed - only useful for development purposes.
forceClientImplementation = false
#Should space-clicking move all items even if an empty slot was clicked?
allowBulkTransferAllOnEmptySlot = false
#Should space-clicking armor in the inventory swap to all matching armor?
bulkTransferArmorSets = true
#Should shift-ctrl-clicking move all items of the same type at once?
enableBulkTransfer = true
#Should shift-ctrl-drop-clicking drop all items of the same type at once?
enableBulkDrop = true