fixed CC download
This commit is contained in:
parent
ee31e6e8e5
commit
42dcdd1ade
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
dir.development=./
|
||||
dir.ic=industrialcraft-2-api_1.115.761.zip
|
||||
dir.bc=https://github.com/BuildCraft/BuildCraft/archive/master.zip
|
||||
dir.cc=http://www.mediafire.com/download.php?3wvs96pl34rchuh
|
||||
dir.cc=https://dl.dropboxusercontent.com/u/70622753/buildFiles/ComputerCraft.zip
|
||||
dir.mcp=${dir.development}forge/mcp
|
||||
version.minecraft=1.5.1
|
||||
version.mod.major=0
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
<get src="${dir.bc}" dest="download" usetimestamp="True"/>
|
||||
<unzip dest="download/unzip/.." src="download/master.zip"/>
|
||||
<get src="${dir.cc}" dest="download" usetimestamp="True"/>
|
||||
<unzip dest="download/cc/" src="download/ComputerCraft1.52.zip"/>
|
||||
<unzip dest="download/cc/" src="download/ComputerCraft.zip"/>
|
||||
|
||||
<copy todir="${dir.mcp}/src/minecraft">
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue