Skip to content

Commit

Permalink
Build aganist BC-STABLE-7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MFernflower committed Jun 14, 2015
1 parent f1780f5 commit 5c427d4
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions build.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
gradle build --stacktrace
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ minecraft {
}

dependencies {
runtime files('libs/buildcraft-6.4.15-dev.jar')
runtime files('libs/buildcraft_dev.jar')
}

processResources
Expand Down
Binary file added libs/buildcraft_dev.jar
Binary file not shown.
4 changes: 4 additions & 0 deletions setup.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
@echo off
rem because Eclipse sucks!
gradle clean setupDecompWorkspace --refresh-dependencies getAssets idea

0 comments on commit 5c427d4

Please sign in to comment.