Skip to content

Commit

Permalink
Change feature flags default file location (#198)
Browse files Browse the repository at this point in the history
  • Loading branch information
ApexModder authored Nov 15, 2024
1 parent 71deca5 commit 7fe01bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/advanced/featureflags.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ To create new Feature flags, a JSON file needs to be created and referenced in y
[[mods]]
# The file is relative to the output directory of the resources, or the root path inside the jar when compiled
# The 'resources' directory represents the root output directory of the resources
featureFlags="feature_flags.json"
featureFlags="META-INF/feature_flags.json"
```

The definition of the entry consists of a list of Feature flag names, which will be loaded and registered during game initialization.
Expand Down

0 comments on commit 7fe01bd

Please sign in to comment.