feat:fabric启动脚本,垃圾回收,rubbish改名 fix:json解析失败崩溃
This commit is contained in:
@@ -10,6 +10,11 @@ import { URL, fileURLToPath } from "node:url";
|
||||
import { LOGGER } from "./logger.js";
|
||||
import { exec } from "node:child_process";
|
||||
|
||||
export interface ForgeInfo{
|
||||
minecraft_verison: string,
|
||||
forge_verison: string
|
||||
}
|
||||
|
||||
export async function readzipentry(
|
||||
zipfile: yauzl.ZipFile,
|
||||
entry: yauzl.Entry
|
||||
|
||||
Reference in New Issue
Block a user