Skip to content

Commit b45952f

Browse files
authored
add incompats
1 parent 7bc2c63 commit b45952f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

mods/configuring.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,10 @@ Describes where users can report problems with the mod. Value is an object with
110110

111111
The dependencies of a mod; see [Dependencies](/mods/dependencies.md) for details
112112

113+
### `incompatibilities`
114+
115+
The incompatibilities of a mod. Very similar to [dependencies](/mods/dependencies.md) but the valid importances are `breaking`, `conflicting` and `superseded`.
116+
113117
### `settings`
114118

115119
The settings of a mod; see [Settings](/mods/settings.md) for details
@@ -150,6 +154,6 @@ A list of tags to categorize the mod. A mod can have any amount of tags, but bet
150154
| `customization` | The mod adds new customization options to existing GD features |
151155
| `content` | The mod adds new content (new levels, gamemodes, etc.) |
152156
| `developer` | The mod is intended for mod developers only |
153-
| `cheats` | The mod adds cheats like noclip |
157+
| `cheat` | The mod adds cheats like noclip |
154158
| `paid` | The mod contains paid content, like a Pro tier, or if the mod acts as an installer for a fully paywalled mod |
155159
| `joke` | The mod is a joke. See [the docs](/mods/guidelines#joke-mods) for what joke mods are considered to be "meaningful" |

0 commit comments

Comments
 (0)