Skip to content

Commit

Permalink
fix: fix require path
Browse files Browse the repository at this point in the history
  • Loading branch information
zimuya4153 committed Feb 11, 2025
1 parent fb33b61 commit 69cc5e6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/// <reference path="d:/dts/dts/helperlib/src/index.d.ts"/>

const { I18nAPI, UserCache, Minecraft } = require("./GMLIB-LegacyRemoteCallApi/lib/GMLIB_API-JS.js");
const { I18nAPI, UserCache, Minecraft } = require("../GMLIB-LegacyRemoteCallApi/lib/GMLIB_API-JS.js");

module.exports = {
Config: {
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": "lse-quickjs",
"description": "普普通通的搞高亮显示",
"author": "小小的子沐呀",
"version": "1.4.3",
"version": "1.4.4",
"dependencies": [
{
"name": "legacy-script-engine-quickjs"
Expand Down
4 changes: 2 additions & 2 deletions tooth.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"format_version": 2,
"tooth": "github.com/ZMBlocks/LSE_Waila",
"version": "1.4.3",
"version": "1.4.4",
"info": {
"name": "LSE_Waila",
"description": "普普通通的高亮显示~",
Expand All @@ -15,7 +15,7 @@
"legacyscriptengine"
]
},
"asset_url": "https://github.com/ZMBlocks/LSE_Waila/releases/download/v1.4.3/LSE_Waila-1.4.3.zip",
"asset_url": "https://github.com/ZMBlocks/LSE_Waila/releases/download/v1.4.4/LSE_Waila-1.4.4.zip",
"prerequisites": {
"github.com/LiteLDev/LeviLamina": ">=1.0.0-rc.1",
"gitea.litebds.com/LiteLDev/legacy-script-engine-quickjs": ">=0.9.0-rc.1",
Expand Down

0 comments on commit 69cc5e6

Please sign in to comment.