Config set and mod
This commit is contained in:
23
config/refinedstorage-client.toml
Normal file
23
config/refinedstorage-client.toml
Normal file
@@ -0,0 +1,23 @@
|
||||
|
||||
[grid]
|
||||
#The maximum amount of rows that the Grid can show when stretched
|
||||
#Range: > 3
|
||||
maxRowsStretch = 2147483647
|
||||
#Whether the Grid should display a detailed tooltip when hovering over an item or fluid
|
||||
detailedTooltip = true
|
||||
#Whether the Grid should use a large font for stack quantity display
|
||||
largeFont = false
|
||||
#Whether the Grid should prevent sorting while the shift key is held down
|
||||
preventSortingWhileShiftIsDown = true
|
||||
#Whether the Grid should remember the search query when closing and re-opening the Grid
|
||||
rememberSearchQuery = false
|
||||
|
||||
[crafterManager]
|
||||
#The maximum amount of rows that the Crafter Manager can show when stretched
|
||||
#Range: > 3
|
||||
maxRowsStretch = 2147483647
|
||||
|
||||
[cover]
|
||||
#When true all the possible covers will be added to JEI (Game restart required)
|
||||
showAllCoversInJEI = false
|
||||
|
Reference in New Issue
Block a user