Update to fixed Reborn core and bump version

This commit is contained in:
modmuss50 2016-01-13 13:40:02 +00:00
parent a9a85bcd84
commit 7139a62102
2 changed files with 3 additions and 3 deletions

View file

@ -68,7 +68,7 @@ configurations {
compile.extendsFrom shade
}
version = "0.7.7"
version = "0.7.8"
def ENV = System.getenv()
if (ENV.BUILD_NUMBER) {
@ -109,7 +109,7 @@ dependencies {
compile "com.github.azanor:baubles:1.1.2.0:deobf@jar"
compile name: "CraftTweaker", version: "1.8.8-3.0.0", classifier: "Dev"
// shade 'IC2-Classic-API-STANDALONE:IC2-Classic-API-STANDALONE:1.1.0.19-5:api'
deobfCompile 'RebornCore:RebornCore-1.8.9:1.3.0.+:universal'
deobfCompile 'RebornCore:RebornCore-1.8.9:1.3.1.+:universal'
deobfCompile "mezz.jei:jei_1.8.9:2.14.0.67"
testCompile 'junit:junit:4.12'

View file

@ -58,7 +58,7 @@ public class TileMachineCasing extends RectangularMultiblockTileEntityBase {
}
@Override
public void tick() {
public void update() {
}
}