Skip to content

Commit

Permalink
Add feature flag data to modfiles.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ApexModder committed Oct 24, 2024
1 parent 92ada88 commit f39f00f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/gettingstarted/modfiles.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ modId = "examplemod2"
| `authors` | string | _nothing_ | The authors of the mod shown on the mod list screen. | `authors="Example Person"` |
| `displayURL` | string | _nothing_ | A URL to the display page of the mod shown on the mod list screen. | `displayURL="https://neoforged.net/"` |
| `enumExtensions` | string | _nothing_ | The file path of a JSON file used for [enum extension][enumextension] | `enumExtensions="META_INF/enumextensions.json"` |
| `featureFlags` | string | _nothing_ | The file path of a JSON file used for [feature flags][featureflags] | `featureFlags="feature_flags.json"` |

#### Features

Expand Down Expand Up @@ -243,3 +244,4 @@ An entry in `neoforge.mods.toml` does not need a corresponding `@Mod` annotation
[uses]: https://docs.oracle.com/javase/specs/jls/se21/html/jls-7.html#jls-7.7.3
[versioning]: ./versioning.md
[enumextension]: ../advanced/extensibleenums.md
[featureflags]: ../advanced/featureflags.md

0 comments on commit f39f00f

Please sign in to comment.