updated mods and deps
This commit is contained in:
parent
4818b27aec
commit
ef941b8002
2
main.js
2
main.js
@ -23,7 +23,7 @@ modList.forEach((ele, idx, arr) => {
|
|||||||
modinfo.modName = "*" + ele;
|
modinfo.modName = "*" + ele;
|
||||||
return;
|
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);
|
console.log(output);
|
||||||
try {
|
try {
|
||||||
modinfo.modName = output.match(/(["'])(?:(?=(\\?))\2.)*?\1/)[0];//kill myself?
|
modinfo.modName = output.match(/(["'])(?:(?=(\\?))\2.)*?\1/)[0];//kill myself?
|
||||||
|
13
mods.yaml
13
mods.yaml
@ -67,6 +67,12 @@ dependencies:
|
|||||||
- apothic_attributes
|
- apothic_attributes
|
||||||
- moonlight_lib
|
- moonlight_lib
|
||||||
- kotlin_forge
|
- kotlin_forge
|
||||||
|
- spartantoolkit
|
||||||
|
- resourceful_lib
|
||||||
|
- supermart_core_lib
|
||||||
|
- supermart_conf_lib
|
||||||
|
- botarium
|
||||||
|
|
||||||
minecraft_version: 1.20.1
|
minecraft_version: 1.20.1
|
||||||
mod_loader: forge
|
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'
|
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'
|
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: 'https://www.curseforge.com/api/v1/mods/255308/files/6134920/download'
|
||||||
aether_villages: 'https://www.curseforge.com/api/v1/mods/1073197/files/5707985/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_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_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_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_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'
|
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:
|
mod_list:
|
||||||
- botany_pots
|
- botany_pots
|
||||||
- trashcans
|
- trashcans
|
||||||
|
Loading…
x
Reference in New Issue
Block a user