Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion assets/content/cookbook/Introduction/01.Introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Inside this file, we will put the information the game needs in order to learn a
- The mod list will be reordered such that dependencies load first.
- `optionalDependencies`: A map of mod IDs which are optional dependencies, along with their version numbers.
- These mods do not necessarily need to be installed for this mod to load, but they will still force the mod list to be reordered so that the dependencies load before this mod.
- `api_version`: A version number used to determine if mods are compatible with your copy of Funkin'. Change this to the version number for Friday Night Funkin' that you want to support, preferably the latest one (`0.7.0` at time of writing.).
- `api_version`: A version number used to determine if mods are compatible with your copy of Funkin'. Change this to the version number for Friday Night Funkin' that you want to support, preferably the latest one (`0.8.0` at time of writing.).
- `mod_version`: A version number specifically for your mod. Choose any version or leave it at `1.0.0`.
- `license`: The license your mod is distributed under. [Pick one from here](https://opensource.org/licenses) or just leave it as `Apache-2.0`.

Expand Down