rsemcm/server/config/appliedenergistics2/client.json

21 lines
695 B
JSON
Raw Normal View History

{
"client": {
"disableColoredCableRecipesInJEI": true,
"enableFacadesInJEI": false,
"enableEffects": true,
"useTerminalUseLargeFont": false,
"useColoredCraftingStatus": true,
"PowerUnit_comment": "Power unit shown in AE UIs",
"PowerUnit": "ae",
"showDebugGuiOverlays_comment": "Show debugging GUI overlays",
"showDebugGuiOverlays": false,
"showPlacementPreview_comment": "Show a preview of part and facade placement",
"showPlacementPreview": true
},
"terminals": {
"searchTooltips_comment": "Should tooltips be searched. Performance impact",
"searchTooltips": "yes",
"terminalStyle": "tall",
"terminalSearchMode": "default"
}
}