You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: mods/configuring.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -114,6 +114,10 @@ The dependencies of a mod; see [Dependencies](/mods/dependencies.md) for details
114
114
115
115
The incompatibilities of a mod. Very similar to [dependencies](/mods/dependencies.md) but the valid importances are `breaking`, `conflicting` and `superseded`.
116
116
117
+
*`breaking` - prevents the incompatible mod from loading
118
+
*`conflicting` - both mods load anyway but it shows a warning in mod list
119
+
*`superseded` - only used in very special circumstances when your mod is meant to show up as an update to a different mod
120
+
117
121
### `settings`
118
122
119
123
The settings of a mod; see [Settings](/mods/settings.md) for details
0 commit comments