fix: fix export

This commit is contained in:
KobeBryant114514
2024-09-22 11:31:07 +08:00
Unverified
parent 59b9e82cc6
commit de86ededc0
+2 -2
View File
@@ -97,9 +97,9 @@ const GMLIB_API = {
/** 注册无序合成表 @type {function(string,Array.<string>,Array.<string>,string,number,string)} */ /** 注册无序合成表 @type {function(string,Array.<string>,Array.<string>,string,number,string)} */
registerShapelessRecipe: ll.import("GMLib_ModAPI", "registerShapelessRecipe"), registerShapelessRecipe: ll.import("GMLib_ModAPI", "registerShapelessRecipe"),
/** 注册有序合成表 @type {function(string,Array.<string>,Array.<string>,string,number,string)} */ /** 注册有序合成表 @type {function(string,Array.<string>,Array.<string>,string,number,string)} */
registerCustomShapedRecipe: ll.import("GMLIB_API", "registerShapedRecipe"), registerCustomShapedRecipe: ll.import("GMLIB_API", "registerCustomShapedRecipe"),
/** 注册无序合成表 @type {function(string,Array.<string>,Array.<string>,string,number,string)} */ /** 注册无序合成表 @type {function(string,Array.<string>,Array.<string>,string,number,string)} */
registerCustomShapelessRecipe: ll.import("GMLIB_API", "registerShapelessRecipe"), registerCustomShapelessRecipe: ll.import("GMLIB_API", "registerCustomShapelessRecipe"),
/** 检测LRCA版本是否大于或等于此版本 @type {function(number,number,number):boolean} */ /** 检测LRCA版本是否大于或等于此版本 @type {function(number,number,number):boolean} */
isVersionMatched: ll.import("GMLIB_API", "isVersionMatched"), isVersionMatched: ll.import("GMLIB_API", "isVersionMatched"),
/** 获取LRCA版本 @type {function():string} */ /** 获取LRCA版本 @type {function():string} */