-
Notifications
You must be signed in to change notification settings - Fork 0
/
modinstaller.pl
39 lines (34 loc) · 1 KB
/
modinstaller.pl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
#!/usr/bin/perl
use strict;
my @performance = (
"More Culling",
"ImmediatelyFast",
"Cloth Config API",
"Sodium",
"Entity Culling",
"ebe",
"Indium",
"Fabric API",
"Concurrent Chunk Management Engine",
"Lithium",
"ModernFix",
"No Chat Reports",
"FerriteCore",
"ThreadTweak",
"Very Many Players"
);
my @modrinthMods = ('axiom', 'carpet', 'modmenu','reeses-sodium-options', 'mouse-wheelie','no-chat-reports', 'mixintrace', 'mixin-conflict-helper', 'xaeros-minimap', 'xaeros-world-map', 'yosbr', 'multiconnect', 'sodium-extra', 'why-am-i-on-fire', "peek", "brb");
my @curseforgeMods = ('litematica', 'minihud', 'tellme', 'tweakeroo','item-scroller');
##'notenoughcrashes',
#let elements = document.getElementsByClassName("project-title");
#let names = [];
#for (let name of elements) {
# names.push(name.innerText)
#}
#names
for((@modrinthMods, @performance)){
system("packwiz mr install $_ -y");
}
for(@curseforgeMods){
system("packwiz cf install $_ -y");
}