Skip to content

Commit

Permalink
Adding new Power System: MFFS/Fortron (part portablejim#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
wilkemeyer committed Dec 17, 2014
1 parent 05646ec commit 5860890
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ repositories {
name = "ic2"
url = "http://maven.ic2.player.to/"
}
maven {
name = "calclavia"
url = "http://calclavia.com/maven/"
}

ivy {
url "http://www.mod-buildcraft.com/releases/BuildCraft/"
layout 'pattern', {
Expand Down Expand Up @@ -50,6 +55,7 @@ dependencies {
compile "net.industrial-craft:industrialcraft-2:${config.ic2_version}:api"
compile "com.mod-buildcraft:buildcraft:${config.buildcraft_version}:dev"
compile "com.gregoriust.gregtech:gregtech_${config.minecraft_version}:${config.gregtech_version}:dev"
compile "dev.calclavia.resonantengine:resonant-engine:${config.resonantengine_version}:dev"
}

minecraft {
Expand Down
1 change: 1 addition & 0 deletions build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ mod_version=3.0.2
ic2_version=2.2.657-experimental
buildcraft_version=6.1.8
gregtech_version=5.06.06
resonantengine_version=3.3.0.368

0 comments on commit 5860890

Please sign in to comment.