Skip to content

Commit

Permalink
Update to Buildcraft 6.4.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
multiplemonomials committed Mar 8, 2015
1 parent f09e40b commit 4054c72
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bcsource/make_zip.bat
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

set BCBRANCH=6.3.6
set BCBRANCH=6.4.2
git clone --branch %BCBRANCH% --depth 1 https://github.com/BuildCraft/BuildCraft.git

cd BuildCraft
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ group= "com.buildcraft.additionalpipes" // http://maven.apache.org/guides/mini/g
archivesBaseName = "additionalpipes"

minecraft {
version = "1.7.10-10.13.2.1230"
version = "1.7.10-10.13.2.1236"
runDir = "eclipse/assets"
}

dependencies {
compile files('lib/CoFHLib-1.7.10-R3.0.0-DEV-CUSTOM_BUILD.jar')
compile files('lib/buildcraft-6.3.4-dev.jar')
compile files('lib/buildcraft-6.4.2-dev.jar')
}

processResources
Expand Down
Binary file removed lib/buildcraft-6.3.6-src.zip
Binary file not shown.
Binary file not shown.
Binary file added lib/buildcraft-6.4.2-src.zip
Binary file not shown.

0 comments on commit 4054c72

Please sign in to comment.