Update forge and tesla
This commit is contained in:
@@ -9,6 +9,8 @@
|
|||||||
- Each Grid Filter can now only filter 9 items
|
- Each Grid Filter can now only filter 9 items
|
||||||
- Each Grid allows 4 Grid Filters instead of 1
|
- Each Grid allows 4 Grid Filters instead of 1
|
||||||
- Grid Filters can now be configured to compare on NBT and/ or damage
|
- Grid Filters can now be configured to compare on NBT and/ or damage
|
||||||
|
- Updated to Forge 2045
|
||||||
|
- Updated Tesla
|
||||||
|
|
||||||
### 0.8.15
|
### 0.8.15
|
||||||
**Bugfixes**
|
**Bugfixes**
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ group = "refinedstorage"
|
|||||||
archivesBaseName = "refinedstorage"
|
archivesBaseName = "refinedstorage"
|
||||||
|
|
||||||
minecraft {
|
minecraft {
|
||||||
version = "1.10.2-12.18.1.2044"
|
version = "1.10.2-12.18.1.2045"
|
||||||
runDir = "run"
|
runDir = "run"
|
||||||
useDepAts = true
|
useDepAts = true
|
||||||
mappings = "snapshot_20160518"
|
mappings = "snapshot_20160518"
|
||||||
@@ -38,8 +38,8 @@ repositories {
|
|||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
deobfCompile "mezz.jei:jei_1.10.2:3.7.+"
|
deobfCompile "mezz.jei:jei_1.10.2:3.7.+"
|
||||||
compile "net.darkhax.tesla:Tesla:1.10-1.2.0.34"
|
compile "net.darkhax.tesla:Tesla:1.10-1.2.+"
|
||||||
compile "net.industrial-craft:industrialcraft-2:2.6.26-ex110:api"
|
compile "net.industrial-craft:industrialcraft-2:2.6.27-ex110:api"
|
||||||
}
|
}
|
||||||
|
|
||||||
processResources {
|
processResources {
|
||||||
|
|||||||
@@ -143,6 +143,6 @@ public final class RefinedStorage {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public static boolean hasTesla() {
|
public static boolean hasTesla() {
|
||||||
return Loader.isModLoaded("Tesla");
|
return Loader.isModLoaded("tesla");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user