add: updates to all configs
This commit is contained in:
parent
d88dd3b3fe
commit
fa5c1c6569
59 changed files with 4054 additions and 2655 deletions
|
|
@ -5,6 +5,8 @@
|
|||
"enableFacadesInJEI": true,
|
||||
"enableFacadeRecipesInJEI_comment": "Show facade recipes in JEI for supported blocks",
|
||||
"enableFacadeRecipesInJEI": true,
|
||||
"exposeInventoryToEmi_comment": "Expose the full network inventory to EMI, which might cause performance problems.",
|
||||
"exposeInventoryToEmi": false,
|
||||
"enableEffects": true,
|
||||
"useTerminalUseLargeFont": false,
|
||||
"useColoredCraftingStatus": true,
|
||||
|
|
@ -16,10 +18,33 @@
|
|||
"showPlacementPreview": true,
|
||||
"notifyForFinishedCraftingJobs_comment": "Show toast when long-running crafting jobs finish.",
|
||||
"notifyForFinishedCraftingJobs": true,
|
||||
"fancyPatternTooltips_comment": "Show fancy tooltips for encoded patterns.",
|
||||
"fancyPatternTooltips": true,
|
||||
"clearGridOnClose_comment": "Automatically clear the crafting/encoding grid when closing the terminal",
|
||||
"clearGridOnClose": false,
|
||||
"terminalMargin_comment": "The vertical margin to apply when sizing terminals. Used to make room for centered item mod search bars",
|
||||
"terminalMargin": 25
|
||||
"terminalMargin": 25,
|
||||
"autoPauseTerminal_comment": "Pause the terminal exactly like when pressing shift, except done automatically",
|
||||
"autoPauseTerminal": false
|
||||
},
|
||||
"widgetNumbers": {
|
||||
"_comment": "Number button values in the level emitter config panel and the craft order amount picker",
|
||||
"widgetNumberBase1_comment": "Value of the first button when not pressing shift or ctrl",
|
||||
"widgetNumberBase1": 1,
|
||||
"widgetNumberBase2_comment": "Value of the second button when not pressing shift or ctrl",
|
||||
"widgetNumberBase2": 10,
|
||||
"widgetNumberBase3_comment": "Value of the third button when not pressing shift or ctrl",
|
||||
"widgetNumberBase3": 100,
|
||||
"widgetNumberBase4_comment": "Value of the fourth button when not pressing shift or ctrl",
|
||||
"widgetNumberBase4": 1000,
|
||||
"widgetNumberAlt1_comment": "Value of the first button when pressing shift or ctrl",
|
||||
"widgetNumberAlt1": 1,
|
||||
"widgetNumberAlt2_comment": "Value of the second button when pressing shift or ctrl",
|
||||
"widgetNumberAlt2": 16,
|
||||
"widgetNumberAlt3_comment": "Value of the third button when pressing shift or ctrl",
|
||||
"widgetNumberAlt3": 32,
|
||||
"widgetNumberAlt4_comment": "Value of the fourth button when pressing shift or ctrl",
|
||||
"widgetNumberAlt4": 64
|
||||
},
|
||||
"terminals": {
|
||||
"terminalStyle": "small",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue