Updated client modpack to reflect server mod changes.
This commit is contained in:
28
client/overrides/config/ae2-client.toml
Normal file
28
client/overrides/config/ae2-client.toml
Normal file
@@ -0,0 +1,28 @@
|
||||
|
||||
[client]
|
||||
#TODO
|
||||
disableColoredCableRecipesInJEI = true
|
||||
showFacadesInJEI = true
|
||||
#TODO
|
||||
enableEffects = true
|
||||
#TODO
|
||||
useTerminalUseLargeFont = false
|
||||
#TODO
|
||||
useColoredCraftingStatus = true
|
||||
#Power unit shown in AE UIs
|
||||
#Allowed Values: AE, RF
|
||||
PowerUnit = "AE"
|
||||
#Show debugging GUI overlays
|
||||
showDebugGuiOverlays = false
|
||||
#Show a preview of part and facade placement
|
||||
showPlacementPreview = true
|
||||
|
||||
[client.terminals]
|
||||
#Should tooltips be searched. Performance impact
|
||||
#Allowed Values: YES, NO, UNDECIDED
|
||||
searchTooltips = "YES"
|
||||
#Allowed Values: TALL, FULL, SMALL
|
||||
terminalStyle = "TALL"
|
||||
#Allowed Values: DEFAULT, REMEMBER_SEARCH, AUTO_FOCUS, AUTO_FOCUS_AND_REMEMBER_SEARCH, JEI, REI
|
||||
terminalSearchMode = "REMEMBER_SEARCH"
|
||||
|
||||
Reference in New Issue
Block a user