From 4ffa0f8a2653fe6237e4058358cc3959f53f10ed Mon Sep 17 00:00:00 2001 From: VirtuGuy <103977942+VirtuGuy@users.noreply.github.com> Date: Mon, 5 Jan 2026 20:13:24 -0500 Subject: [PATCH] Update Introduction `api_version` --- assets/content/cookbook/Introduction/01.Introduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/content/cookbook/Introduction/01.Introduction.md b/assets/content/cookbook/Introduction/01.Introduction.md index 04114032..501dbf08 100644 --- a/assets/content/cookbook/Introduction/01.Introduction.md +++ b/assets/content/cookbook/Introduction/01.Introduction.md @@ -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`.