Fellies/config/rftoolsstorage-client.toml

23 lines
785 B
TOML
Raw Permalink Normal View History

2021-01-28 20:21:47 +00:00
#Settings for the modular storage system
[storage]
2021-02-13 10:16:29 +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-28 20:21:47 +00:00
#Foreground color for group lines
#Range: > 0
2021-02-13 10:16:29 +00:00
groupForeground = 0
2021-01-28 20:21:47 +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-02-13 10:16:29 +00:00
#Background color for group lines
#Range: > 0
groupBackground = 0
2021-01-28 20:21:47 +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