config: import pack config files
This commit is contained in:
parent
b76c650efe
commit
348be6b09f
128 changed files with 13500 additions and 1 deletions
19
config/storagedrawers-client.toml
Normal file
19
config/storagedrawers-client.toml
Normal file
|
@ -0,0 +1,19 @@
|
|||
[General]
|
||||
#Invert the behavior of the shift key for extracting items
|
||||
invertShift = false
|
||||
#Invert left and right click action on drawers
|
||||
invertClick = false
|
||||
|
||||
[Integration]
|
||||
#Enable extended data display in WAILA if present
|
||||
enableWaila = true
|
||||
#Enable extended data display in The One Probe if present
|
||||
enableTheOneProbe = true
|
||||
|
||||
[Render]
|
||||
#Distance in blocks before item labels stop rendering
|
||||
labelRenderDistance = 20.0
|
||||
#Distance in blocks before quantity numbers stop rendering
|
||||
quantityRenderDistance = 10.0
|
||||
#Distance in blocks before quantity numbers begin to fade out
|
||||
quantityFadeDistance = 20.0
|
Loading…
Add table
Add a link
Reference in a new issue