Skip to content

Commit

Permalink
Update to BuildCraft 7.99.17
Browse files Browse the repository at this point in the history
No compiling differences, so is backwards compatible for 7.99.16
  • Loading branch information
Chocohead committed Jun 1, 2018
1 parent 2aaad55 commit 7d77d6d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ repositories {
}
}

version = "2.2.0"
version = "2.3.0"
group = "com.chocohead.eumj"
archivesBaseName = "EU-MJ Engine"

Expand All @@ -44,8 +44,8 @@ minecraft {
}

dependencies {
deobfCompile "net.industrial-craft:industrialcraft-2:2.8.75-ex112:dev"
deobfCompile "com.mod-buildcraft:buildcraft:7.99.16"
deobfCompile "net.industrial-craft:industrialcraft-2:2.8.82-ex112:dev"
deobfCompile "com.mod-buildcraft:buildcraft:7.99.17"
//provided fileTree(dir: 'lib', include: '*.jar')
}

Expand Down
2 changes: 1 addition & 1 deletion src/com/chocohead/eumj/EngineMod.java
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
import com.chocohead.eumj.te.Engine_TEs;
import com.chocohead.eumj.te.TileEntityEngine;

@Mod(modid=MODID, name="EU-MJ Engine", dependencies="required-after:ic2;required-after:buildcraftenergy@[7.99.16];after:buildcrafttransport", version="@VERSION@")
@Mod(modid=MODID, name="EU-MJ Engine", dependencies="required-after:ic2;required-after:buildcraftenergy@[7.99.16,7.99.17];after:buildcrafttransport", version="@VERSION@")
public final class EngineMod {
public static final String MODID = "eu-mj_engine";
public static final CreativeTabs TAB = new CreativeTabs("EU-MJ Engine") {
Expand Down

0 comments on commit 7d77d6d

Please sign in to comment.