From ef941b80021f968e5d5f10eefe9d320cc19dd207 Mon Sep 17 00:00:00 2001 From: APEX FIGHT Date: Mon, 10 Mar 2025 21:44:36 -0400 Subject: [PATCH] updated mods and deps --- main.js | 2 +- mods.yaml | 13 ++++++++++++- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/main.js b/main.js index e11f027..fe02d3a 100644 --- a/main.js +++ b/main.js @@ -23,7 +23,7 @@ modList.forEach((ele, idx, arr) => { modinfo.modName = "*" + ele; return; } - let output = cp.execSync("cd /root/mcserver/mods && wget --content-disposition " + link).toString('utf-8'); //change dir and download mod + let output = cp.execSync("cd /root/mcserver/mods && wget --content-disposition -nc " + link).toString('utf-8'); //change dir and download mod console.log(output); try { modinfo.modName = output.match(/(["'])(?:(?=(\\?))\2.)*?\1/)[0];//kill myself? diff --git a/mods.yaml b/mods.yaml index 59fed5d..26c3edb 100644 --- a/mods.yaml +++ b/mods.yaml @@ -67,6 +67,12 @@ dependencies: - apothic_attributes - moonlight_lib - kotlin_forge + - spartantoolkit + - resourceful_lib + - supermart_core_lib + - supermart_conf_lib + - botarium + minecraft_version: 1.20.1 mod_loader: forge loader_dl: 'https://maven.minecraftforge.net/net/minecraftforge/forge/1.20.1-47.4.0/forge-1.20.1-47.4.0-installer.jar' @@ -131,12 +137,17 @@ mod_downloads: macaws_paths_and_pavings: 'https://www.curseforge.com/api/v1/mods/629153/files/6244135/download' aether: 'https://www.curseforge.com/api/v1/mods/255308/files/6134920/download' aether_villages: 'https://www.curseforge.com/api/v1/mods/1073197/files/5707985/download' - create: 'https://www.curseforge.com/api/v1/mods/328085/files/6271934/download' + create: 'https://www.curseforge.com/api/v1/mods/328085/files/6247663/download' create_estrogen: 'https://www.curseforge.com/api/v1/mods/850410/files/6280515/download' create_steam_n_rails: 'https://www.curseforge.com/api/v1/mods/688231/files/5840017/download' create_crafts_and_additions: 'https://www.curseforge.com/api/v1/mods/439890/files/6256349/download' create_bells_and_whistles: 'https://www.curseforge.com/api/v1/mods/905040/files/6280659/download' create_interiors: 'https://www.curseforge.com/api/v1/mods/906239/files/5694662/download' + spartantoolkit: 'https://www.curseforge.com/api/v1/mods/1051658/files/6213674/download' + resourceful_lib: 'https://www.curseforge.com/api/v1/mods/570073/files/5659871/download' + supermart_core_lib: 'https://www.curseforge.com/api/v1/mods/454372/files/6034718/download' + supermart_conf_lib: 'https://www.curseforge.com/api/v1/mods/438332/files/4715408/download' + botarium: 'https://www.curseforge.com/api/v1/mods/704113/files/5486070/download' mod_list: - botany_pots - trashcans