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} */