Skip to content

Commit

Permalink
Update modinstaller.pl
Browse files Browse the repository at this point in the history
  • Loading branch information
Asguho committed Oct 2, 2022
1 parent 23b35a5 commit d7cb5d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modinstaller.pl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/perl
use strict;
my @modrinthMods = ('fabric-api','lithium', 'c2me-fabric', 'starlight', 'lazydfu', 'debugify', 'smoothboot-fabric', 'sodium', 'ebe', 'memoryleakfix','krypton','vmp-fabric','ferrite-core','exordium','fastload','ImmediatelyFast', 'modmenu', 'mouse-wheelie');
my @curseforgeMods = ('litematica', 'minihud', 'tellme', 'tweakeroo', 'worldedit', 'carpet');
my @modrinthMods = ('lithium', 'c2me-fabric', 'starlight', 'lazydfu', 'debugify', 'smoothboot-fabric', 'sodium', 'ebe', 'memoryleakfix','krypton','vmp-fabric','ferrite-core','exordium','fastload','ImmediatelyFast', 'modmenu', 'mouse-wheelie');
my @curseforgeMods = ('fabric-api','litematica', 'minihud', 'tellme', 'tweakeroo', 'worldedit', 'carpet');

for(@modrinthMods){
system("packwiz mr install $_ -y");
Expand Down

0 comments on commit d7cb5d1

Please sign in to comment.