From 37ab18a660b2ca38549c51446c9c258743310b49 Mon Sep 17 00:00:00 2001 From: ZXMushroom63 Date: Sun, 16 Mar 2025 16:24:50 +0800 Subject: [PATCH] add documentation for config meta --- docs/apidoc/meta.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/apidoc/meta.md b/docs/apidoc/meta.md index f226829..346d030 100644 --- a/docs/apidoc/meta.md +++ b/docs/apidoc/meta.md @@ -10,4 +10,8 @@ Methods: - Sets the description of the mod. Character limit of 160. - `ModAPI.meta.icon(iconURL: String)` - Sets the icon of the mod. - - It can be extremely low res, it will not appear blurry. \ No newline at end of file + - It can be extremely low res, it will not appear blurry. +- `ModAPI.meta.version(versionCode: String)` + - Sets the version of the mod. Appended after the title. +- `ModAPI.meta.config(configFn: Function)` + - Once the client is fully loaded, creates a button in the mod manager GUI that runs the specified function when pressed. \ No newline at end of file