Skip to content

Commit

Permalink
add tags
Browse files Browse the repository at this point in the history
  • Loading branch information
HJfod committed Sep 9, 2024
1 parent 1807747 commit d782a9c
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions mods/configuring.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,3 +129,27 @@ Specifies that this mod can be [used as a dependency](/mods/dependencies.md). Va
### `headers`

An array specifying the list of headers that should bundled with this mod. Supports [globbing](/mods/resources.md).

### `tags`

A list of tags to categorize the mod. A mod can have any amount of tags, but between 1-4 is the recommended amount.

| Tag name | Description |
|----------|-------------|
| `universal` | The mod affects the entire game |
| `gameplay` | The mod affects mainly gameplay |
| `editor` | The mod affects mainly the editor |
| `offline` | The mod does not require an internet connection to work |
| `online` | The mod requires an internet connection to work |
| `enhancement` | The mod enhances (adds more) to an existing GD feature |
| `music` | The mod deals with music, such as adding more songs |
| `interface` | The mod modifies the GD UI in notable ways (beyond just adding a new button) |
| `bugfix` | The mod fixes existing bugs in the game |
| `utility` | The mod provides tools that simplify working with the game and its levels |
| `performance` | The mod optimizes existing GD features |
| `customization` | The mod adds new customization options to existing GD features |
| `content` | The mod adds new content (new levels, gamemodes, etc.) |
| `developer` | The mod is intended for mod developers only |
| `cheats` | The mod adds cheats like noclip |
| `paid` | The mod contains paid content, like a Pro tier, or if the mod acts as an installer for a fully paywalled mod |
| `joke` | The mod is a joke. See [the docs](/mods/guidelines#joke-mods) for what joke mods are considered to be "meaningful" |

0 comments on commit d782a9c

Please sign in to comment.