From 24b3ad567f36c846aeed3770b4447db8d3dfe29b Mon Sep 17 00:00:00 2001 From: ZXMushroom63 Date: Tue, 6 May 2025 19:06:41 +0800 Subject: [PATCH] add is_1_12 to docs --- docs/apidoc/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/apidoc/index.md b/docs/apidoc/index.md index d1665ca..5e4fe28 100644 --- a/docs/apidoc/index.md +++ b/docs/apidoc/index.md @@ -79,6 +79,8 @@ The global object has the following properties: - More: [ArrayDocumentation](array.md) - `ModAPI.version: String` - The version of ModAPI. + - `ModAPI.is_1_12: Boolean` + - Property defining wether or not ModAPI thinks the current version is 1.12-based. - `ModAPI.flavour: String` - The flavour of ModAPI. Hardcoded to be `"injector"`.