111
All checks were successful
Build Archlinux-Base Image / base (push) Successful in 1m5s

This commit is contained in:
azw
2024-08-31 07:52:45 +08:00
parent f5583a129d
commit 5ba975849b
44 changed files with 799 additions and 115 deletions

View File

@@ -9,7 +9,7 @@
"useTerminalUseLargeFont": false,
"useColoredCraftingStatus": true,
"PowerUnit_comment": "Power unit shown in AE UIs",
"PowerUnit": "ae",
"PowerUnit": "tr",
"showDebugGuiOverlays_comment": "Show debugging GUI overlays",
"showDebugGuiOverlays": false,
"showPlacementPreview_comment": "Show a preview of part and facade placement",
@@ -22,7 +22,7 @@
"terminalMargin": 25
},
"terminals": {
"terminalStyle": "small",
"terminalStyle": "full",
"pinAutoCraftedItems_comment": "Pin items that the player auto-crafts to the top of the terminal",
"pinAutoCraftedItems": true
},
@@ -30,11 +30,11 @@
"searchModNameInTooltips_comment": "Should the mod name be included when searching in tooltips.",
"searchModNameInTooltips": false,
"useExternalSearch_comment": "Replaces AEs own search with the search of REI or JEI",
"useExternalSearch": false,
"useExternalSearch": true,
"clearExternalSearchOnOpen_comment": "When using useExternalSearch, clears the search when the terminal opens",
"clearExternalSearchOnOpen": true,
"syncWithExternalSearch_comment": "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,
"syncWithExternalSearch": false,
"rememberLastSearch_comment": "Remembers the last search term and restores it when the terminal opens",
"rememberLastSearch": true,
"autoFocusSearch_comment": "Automatically focuses the search field when the terminal opens",