Created
April 25, 2014 19:34
-
-
Save Philonous/11300520 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #/bin/sh | |
| DOWNLOAD="wget -c --trust-server-names --max-redirect=3" | |
| if [ ! -d mods ]; then | |
| mkdir mods | |
| fi | |
| cd mods | |
| # forge | |
| $DOWNLOAD http://files.minecraftforge.net/maven/net/minecraftforge/forge/1.6.4-9.11.1.965/forge-1.6.4-9.11.1.965-universal.jar | |
| # optifine | |
| $DOWNLOAD http://optifined.net/adloadx.php?f=OptiFine_1.6.4_L_C9.jar | |
| # bspkrscore | |
| $DOWNLOAD http://dl.dropboxusercontent.com/u/20748481/MC/bspkrsCore/%5B1.6.4%5DbspkrsCorev5.3.zip | |
| # treecapitator | |
| $DOWNLOAD http://dl.dropboxusercontent.com/u/20748481/MC/Treecapitator/%5B1.6.4%5DTreeCapitator.Forge.1.6.4.r09.Universal.zip | |
| # powercrystalscore | |
| $DOWNLOAD http://www.curseforge.com/media/files/753/761/PowerCrystalsCore-1.1.8-9.jar | |
| # buildcraft | |
| $DOWNLOAD http://www.mod-buildcraft.com/releases/BuildCraft/4.2.2/buildcraft-A-1.6.4-4.2.2.jar | |
| # minefactory | |
| $DOWNLOAD http://www.curseforge.com/media/files/781/633/MineFactoryReloaded-2.7.8-482.jar | |
| # forestry | |
| $DOWNLOAD http://www.curseforge.com/media/files/758/869/forestry-A-2.3.1.0.jar | |
| # railcraft | |
| $DOWNLOAD http://www.curseforge.com/media/files/775/935/Railcraft_1.6.4-8.4.0.0.jar | |
| # Tinkers' Construct | |
| $DOWNLOAD http://www.curseforge.com/media/files/784/621/TConstruct_mc1.6.4_1.5.5d3.jar | |
| # Tinker's steelworks | |
| $DOWNLOAD https://dl.dropboxusercontent.com/u/11017392/Minecraft/TSteelworks/1.6.4/TSteelworks-mc1.6.4_0.0.3.1.jar | |
| # Tinkers tooltips | |
| $DOWNLOAD http://www.curseforge.com/media/files/784/789/TiCTooltips-mc1.6.4-1.1.4.jar | |
| # colourful portals | |
| $DOWNLOAD http://download1308.mediafire.com/2d74x97nf3wg/365qvpmiah00kon/ColourfulPortals_v.1.3.2_for_1.6.4.zip | |
| # natura | |
| $DOWNLOAD http://www.curseforge.com/media/files/772/550/Natura_mc1.6.X_2.1.14.jar | |
| # mystcraft | |
| $DOWNLOAD http://binarymage.com/mystcraft/publish/mystcraft-uni-1.6.4-0.10.12.01.zip | |
| # codechickencore | |
| $DOWNLOAD "http://www.chickenbones.craftsaddle.org/Files/New_Versions/1.6.4/CodeChickenCore 0.9.0.9.jar" | |
| # inventory tweaks | |
| $DOWNLOAD http://build.technicpack.net/job/Inventory-Tweaks/77/artifact/build/out/InventoryTweaks-MC1.6.2-1.56-b77.jar | |
| # NEI | |
| $DOWNLOAD "http://www.chickenbones.craftsaddle.org/Files/New_Versions/1.6.4/NotEnoughItems 1.6.1.9.jar" | |
| # craft guide | |
| $DOWNLOAD http://www.curseforge.com/media/files/777/72/CraftGuide-1.6.7.5.zip |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment