From de86ededc09b7486751d2647b2a3dc384f9f7ac9 Mon Sep 17 00:00:00 2001 From: KobeBryant114514 <116721335+KobeBryant114514@users.noreply.github.com> Date: Sun, 22 Sep 2024 11:31:07 +0800 Subject: [PATCH] fix: fix export --- lib/GMLIB_API-JS.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/GMLIB_API-JS.js b/lib/GMLIB_API-JS.js index dd464f7..23d32b1 100644 --- a/lib/GMLIB_API-JS.js +++ b/lib/GMLIB_API-JS.js @@ -97,9 +97,9 @@ const GMLIB_API = { /** 注册无序合成表 @type {function(string,Array.,Array.,string,number,string)} */ registerShapelessRecipe: ll.import("GMLib_ModAPI", "registerShapelessRecipe"), /** 注册有序合成表 @type {function(string,Array.,Array.,string,number,string)} */ - registerCustomShapedRecipe: ll.import("GMLIB_API", "registerShapedRecipe"), + registerCustomShapedRecipe: ll.import("GMLIB_API", "registerCustomShapedRecipe"), /** 注册无序合成表 @type {function(string,Array.,Array.,string,number,string)} */ - registerCustomShapelessRecipe: ll.import("GMLIB_API", "registerShapelessRecipe"), + registerCustomShapelessRecipe: ll.import("GMLIB_API", "registerCustomShapelessRecipe"), /** 检测LRCA版本是否大于或等于此版本 @type {function(number,number,number):boolean} */ isVersionMatched: ll.import("GMLIB_API", "isVersionMatched"), /** 获取LRCA版本 @type {function():string} */