Skip to content

Commit 5de7722

Browse files
authored
Clarify deprecated flag usage
1 parent 0c55a7e commit 5de7722

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mod-guidelines.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ You **must** include a correct SHA256 hash of your artifacts.
2121

2222
### Do Not Remove Versions
2323

24-
You **must** not remove old versions of your mod from the manifest. Instead, use the `deprecated` [flag], which will hide it from the mod list and autoupdaters. The manifest is designed to store a history of mods: not just current versions. This allows us to flag deprecated mods with additional metadata, for example marking them as having security vulnerabilities.
24+
You **must** not remove old versions of your mod from the manifest. If you no longer plan to maintain the mod, use the `deprecated` [flag] on the mod entry, which will hide it from the [mod list] and autoupdaters. The manifest is designed to store a history of mods: not just current versions. This allows us to flag mods with additional metadata, for example marking them as having security vulnerabilities.
2525

2626
### Indicate Platform Incompatibilities
2727

@@ -77,6 +77,7 @@ Mods **should** avoid performance hits to Neos where possible. While performance
7777
[flag]: manifest-flags
7878
[manifest repository]: https://github.com/neos-modding-group/neos-mod-manifest
7979
[mod and plugin policy]: https://wiki.neos.com/Mod_%26_Plugin_Policy
80+
[mod list]: https://www.neosmodloader.com/mods
8081
[Neos guidelines]: https://docs.google.com/document/d/1G_-PaxSp8rGYeHUIXK-19b2VqOLlpOZ18e7DrOwNjG4/edit
8182
[schema]: schema
8283
[submission tutorial]: submission-tutorial

0 commit comments

Comments
 (0)