2021-01-17 12:40:59 +00:00
|
|
|
|
|
|
|
#Settings for the modular storage system
|
|
|
|
[storage]
|
2021-01-26 10:32:42 +00:00
|
|
|
#If true we clear the search field when opening the GUI for the modular storage. Set to false if you don't want that
|
|
|
|
clearSearchOnOpen = true
|
2021-01-17 12:40:59 +00:00
|
|
|
#Foreground color for group lines
|
|
|
|
#Range: > 0
|
2021-01-23 15:21:46 +00:00
|
|
|
groupForeground = 0
|
2021-01-17 12:40:59 +00:00
|
|
|
#If true we automatically set the focus on the search field when opening the GUI for the modular storage. Set to false if you don't want that
|
|
|
|
autofocusSearch = false
|
2021-01-26 10:32:42 +00:00
|
|
|
#Background color for group lines
|
|
|
|
#Range: > 0
|
|
|
|
groupBackground = 0
|
2021-01-17 12:40:59 +00:00
|
|
|
|
|
|
|
#Settings for the storage scanner machine
|
|
|
|
[storagescanner]
|
|
|
|
#Time (in seconds) to hilight a block in the world
|
|
|
|
#Range: > 0
|
|
|
|
hilightTime = 5
|
|
|
|
#If this is true then opening the storage scanner GUI will automatically select the starred inventory view
|
|
|
|
hilightStarredOnGuiOpen = true
|
|
|
|
|