2021-01-17 12:40:59 +00:00
|
|
|
|
|
|
|
#Configuration for Inventory Essentials
|
|
|
|
[client]
|
2021-01-26 10:32:42 +00:00
|
|
|
#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
|
2021-01-17 12:40:59 +00:00
|
|
|
#Should ctrl-clicking only move one item at a time instead of the full stack?
|
|
|
|
enableSingleTransfer = true
|
2021-01-26 10:32:42 +00:00
|
|
|
#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
|
2021-01-17 12:40:59 +00:00
|
|
|
#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
|
|
|
|
|