forked from Pathoschild/StardewMods
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdefault.json
More file actions
35 lines (32 loc) · 2.35 KB
/
Copy pathdefault.json
File metadata and controls
35 lines (32 loc) · 2.35 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
/*********
** Generic Mod Config Menu UI
*********/
// main options
"config.title.main-options": "Main options",
"config.enabled.name": "Enabled",
"config.enabled.desc": "Whether to enable Automate features. If this is disabled, no machines will be automated and the overlay won't appear.",
"config.junimo-huts-output-gems.name": "Junimo huts output gems",
"config.junimo-huts-output-gems.desc": "Whether to pull gems out of Junimo huts. If true, you won't be able to change Junimo colors by placing gemstones in their hut.",
"config.automation-interval.name": "Automation interval",
"config.automation-interval.desc": "The number of ticks between each automation process (60 for once per second, 120 for every two seconds, etc).",
"config.toggle-overlay-key.name": "Toggle overlay key",
"config.toggle-overlay-key.desc": "The keys which toggle the automation overlay.",
// mod compatibility
"config.title.mod-compatibility": "Mod compatibility",
"config.better-junimos.name": "Better Junimos",
"config.better-junimos.desc": "Enable compatibility with Better Junimos. If it's installed, Junimo huts won't output fertilizer or seeds.",
"config.warn-for-missing-bridge-mod.name": "Warn for missing bridge mod",
"config.warn-for-missing-bridge-mod.desc": "Whether to log a warning on startup if you installed a custom-machine mod that requires a separate compatibility patch which isn't installed.",
// connectors
"config.title.connectors": "Enabled connectors",
"config.connector.desc": "Whether {{itemName}} links machines and chests together.",
"config.custom-connectors.name": "Custom connectors",
"config.custom-connectors.desc": "The exact English names for items which connect adjacent machines together. You can list multiple items with commas.", // note: connector names must be English even when playing in other languages
// machine overrides
"config.title.machine-overrides": "Machine overrides",
"config.override.ShippingBin-name": "Shipping Bin",
"config.override.MiniShippingBin-name": "Mini-Shipping Bin",
"config.override.desc": "Whether to enable {{machineName}} automation.",
"config.custom-overrides-note": "For custom overrides, see https://github.com/Pathoschild/StardewMods/tree/develop/Automate#configure for help editing the config.json file directly."
}