rsemcm/client/overrides/config/ae2-client.toml
Harrison Deng 3ac7cf66c2
Some checks reported errors
ydeng/Reslate/rsemcm/pipeline/head Something is wrong with the build of this commit
RealYHD/rsemcm/pipeline/head Something is wrong with the build of this commit
Updated client modpack to reflect server mod changes.
2022-05-30 15:47:37 -05:00

29 lines
763 B
TOML

[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"