Update forge and tesla

This commit is contained in:
Raoul Van den Berge
2016-08-04 02:17:04 +02:00
parent 649c457476
commit 1ae429d05c
3 changed files with 6 additions and 4 deletions

View File

@@ -9,6 +9,8 @@
- Each Grid Filter can now only filter 9 items
- Each Grid allows 4 Grid Filters instead of 1
- Grid Filters can now be configured to compare on NBT and/ or damage
- Updated to Forge 2045
- Updated Tesla
### 0.8.15
**Bugfixes**

View File

@@ -17,7 +17,7 @@ group = "refinedstorage"
archivesBaseName = "refinedstorage"
minecraft {
version = "1.10.2-12.18.1.2044"
version = "1.10.2-12.18.1.2045"
runDir = "run"
useDepAts = true
mappings = "snapshot_20160518"
@@ -38,8 +38,8 @@ repositories {
dependencies {
deobfCompile "mezz.jei:jei_1.10.2:3.7.+"
compile "net.darkhax.tesla:Tesla:1.10-1.2.0.34"
compile "net.industrial-craft:industrialcraft-2:2.6.26-ex110:api"
compile "net.darkhax.tesla:Tesla:1.10-1.2.+"
compile "net.industrial-craft:industrialcraft-2:2.6.27-ex110:api"
}
processResources {

View File

@@ -143,6 +143,6 @@ public final class RefinedStorage {
}
public static boolean hasTesla() {
return Loader.isModLoaded("Tesla");
return Loader.isModLoaded("tesla");
}
}