Skip to content

Commit 1b21a6e

Browse files
authored
document incompat types
1 parent e0ffe71 commit 1b21a6e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

mods/configuring.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,10 @@ The dependencies of a mod; see [Dependencies](/mods/dependencies.md) for details
114114

115115
The incompatibilities of a mod. Very similar to [dependencies](/mods/dependencies.md) but the valid importances are `breaking`, `conflicting` and `superseded`.
116116

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+
117121
### `settings`
118122

119123
The settings of a mod; see [Settings](/mods/settings.md) for details

0 commit comments

Comments
 (0)