summaryrefslogtreecommitdiff
path: root/src/SMAPI/SMAPI.config.json
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2022-11-11 01:22:46 -0500
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2022-11-11 01:22:46 -0500
commit3059794622e4442bf289dde7b4f533d8021d3bf7 (patch)
tree5bd3d4e88d4191d204acccce160219bde861a1ed /src/SMAPI/SMAPI.config.json
parent0629f19698c9920e2988d96f316d227f97932df8 (diff)
downloadSMAPI-3059794622e4442bf289dde7b4f533d8021d3bf7.tar.gz
SMAPI-3059794622e4442bf289dde7b4f533d8021d3bf7.tar.bz2
SMAPI-3059794622e4442bf289dde7b4f533d8021d3bf7.zip
adjust warning messages & log header when load order is edited
Diffstat (limited to 'src/SMAPI/SMAPI.config.json')
-rw-r--r--src/SMAPI/SMAPI.config.json12
1 files changed, 7 insertions, 5 deletions
diff --git a/src/SMAPI/SMAPI.config.json b/src/SMAPI/SMAPI.config.json
index 68645d24..0ab68a7d 100644
--- a/src/SMAPI/SMAPI.config.json
+++ b/src/SMAPI/SMAPI.config.json
@@ -144,12 +144,14 @@ copy all the settings, or you may cause bugs due to overridden changes in future
],
/**
- * The mod IDs SMAPI should try to load early, before any other mods not included in this list.
+ * The mod IDs SMAPI should load before any other mods (except those needed to load them)
+ * or after any other mods.
+ *
+ * This lets you manually fix the load order if needed, but this is a last resort — SMAPI
+ * automatically adjusts the load order based on mods' dependencies, so needing to manually
+ * edit the order is usually a problem with one or both mods' metadata that can be reported to
+ * the mod author.
*/
"ModsToLoadEarly": [],
-
- /**
- * The mod IDs SMAPI should try to load late, after all other mods not included in this list.
- */
"ModsToLoadLate": []
}