Update to fixed Reborn core and bump version
This commit is contained in:
parent
a9a85bcd84
commit
7139a62102
2 changed files with 3 additions and 3 deletions
|
@ -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'
|
||||
|
|
|
@ -58,7 +58,7 @@ public class TileMachineCasing extends RectangularMultiblockTileEntityBase {
|
|||
}
|
||||
|
||||
@Override
|
||||
public void tick() {
|
||||
public void update() {
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue