added config files
This commit is contained in:
54
config/ae2-client.toml
Normal file
54
config/ae2-client.toml
Normal file
@@ -0,0 +1,54 @@
|
||||
[recipeViewers]
|
||||
disableColoredCableRecipesInRecipeViewer = true
|
||||
#Show facades in REI/JEI/EMI item list
|
||||
enableFacadesInRecipeViewer = false
|
||||
#Show facade recipes in REI/JEI/EMI for supported blocks
|
||||
enableFacadeRecipesInRecipeViewer = true
|
||||
|
||||
[client]
|
||||
enableEffects = true
|
||||
useTerminalUseLargeFont = false
|
||||
useColoredCraftingStatus = true
|
||||
#Unit of power shown in AE UIs
|
||||
#Allowed Values: AE, FE
|
||||
powerUnit = "AE"
|
||||
#Show debugging GUI overlays
|
||||
showDebugGuiOverlays = false
|
||||
#Show a preview of part and facade placement
|
||||
showPlacementPreview = true
|
||||
#Show toast when long-running crafting jobs finish.
|
||||
notifyForFinishedCraftingJobs = true
|
||||
|
||||
[terminals]
|
||||
#Allowed Values: SMALL, MEDIUM, TALL, FULL
|
||||
terminalStyle = "SMALL"
|
||||
#Pin items that the player auto-crafts to the top of the terminal
|
||||
pinAutoCraftedItems = true
|
||||
#Automatically clear the crafting/encoding grid when closing the terminal
|
||||
clearGridOnClose = false
|
||||
#The vertical margin to apply when sizing terminals. Used to make room for centered item mod search bars
|
||||
#Range: > -2147483648
|
||||
terminalMargin = 25
|
||||
|
||||
[search]
|
||||
#Should the mod name be included when searching in tooltips.
|
||||
searchModNameInTooltips = false
|
||||
#Replaces AEs own search with the search of REI or JEI
|
||||
useExternalSearch = false
|
||||
#When using useExternalSearch, clears the search when the terminal opens
|
||||
clearExternalSearchOnOpen = true
|
||||
#When REI/JEI is installed, automatically set the AE or REI/JEI search text when either is changed while the terminal is open
|
||||
syncWithExternalSearch = true
|
||||
#Remembers the last search term and restores it when the terminal opens
|
||||
rememberLastSearch = true
|
||||
#Automatically focuses the search field when the terminal opens
|
||||
autoFocusSearch = false
|
||||
|
||||
[tooltips]
|
||||
#Show installed upgrades in the tooltips of storage cells, color applicators and matter cannons
|
||||
showCellUpgrades = true
|
||||
#Show a preview of the content in the tooltips of storage cells, color applicators and matter cannons
|
||||
showCellContent = true
|
||||
#The maximum number of content entries to show in the tooltip of storage cells, color applicators and matter cannons
|
||||
#Range: 1 ~ 32
|
||||
maxCellContentShown = 5
|
Reference in New Issue
Block a user