Skip to content

Commit

Permalink
Create OnlyModsInstaller.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
ezzyshabbir05 committed Jan 21, 2022
1 parent 27807aa commit 13a63ee
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions OnlyModsInstaller.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
@echo off
echo Creating Directories
mkdir "%appdata%/.minecraft/mods"
echo Downloading Files! Please Wait :)
wget https://github.com/Shabbir260505/McModsInstaller/releases/download/Mods/AutoGG.jar
move "AutoGG.jar" %appdata%/.minecraft/mods/AutoGG.jar
wget https://github.com/Shabbir260505/McModsInstaller/releases/download/Mods/BetterChat.jar
move "BetterChat.jar" %appdata%/.minecraft/mods/BetterChat.jar
wget https://github.com/Shabbir260505/McModsInstaller/releases/download/Mods/DungeonRooms.jar
move "DungeonRooms.jar" %appdata%/.minecraft/mods/DungeonRooms.jar
wget https://github.com/Shabbir260505/McModsInstaller/releases/download/Mods/LobbySounds.jar
move "LobbySounds.jar" %appdata%/.minecraft/mods/LobbySounds.jar
wget https://github.com/Shabbir260505/McModsInstaller/releases/download/Mods/NotEnoughCoins.jar
move "NotEnoughCoins.jar" %appdata%/.minecraft/mods/NotEnoughCoins.jar
wget https://github.com/Shabbir260505/McModsInstaller/releases/download/Mods/NotEnoughUpdates.jar
move "NotEnoughUpdates.jar" %appdata%/.minecraft/mods/NotEnoughUpdates.jar
wget https://github.com/Shabbir260505/McModsInstaller/releases/download/Mods/OptiFine.jar
move "OptiFine.jar" %appdata%/.minecraft/mods/OptiFine.jar
wget https://github.com/Shabbir260505/McModsInstaller/releases/download/Mods/ScrollableTooltips.jar
move "ScrollableTooltips.jar" %appdata%/.minecraft/mods/ScrollableTooltips.jar
wget https://github.com/Shabbir260505/McModsInstaller/releases/download/Mods/Skytils.jar
move "Skytils.jar" %appdata%/.minecraft/mods/Skytils.jar

0 comments on commit 13a63ee

Please sign in to comment.