Update everything
This commit is contained in:
@@ -9,6 +9,7 @@
|
|||||||
**Features**
|
**Features**
|
||||||
- Added X button to Processing Pattern Encoder to clear configuration of inputs and outputs
|
- Added X button to Processing Pattern Encoder to clear configuration of inputs and outputs
|
||||||
- Re-added opposite facing on shift click functionality
|
- Re-added opposite facing on shift click functionality
|
||||||
|
- Updated to Forge 2014
|
||||||
|
|
||||||
### 0.8.10
|
### 0.8.10
|
||||||
**Bugfixes**
|
**Bugfixes**
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ group = "refinedstorage"
|
|||||||
archivesBaseName = "refinedstorage"
|
archivesBaseName = "refinedstorage"
|
||||||
|
|
||||||
minecraft {
|
minecraft {
|
||||||
version = "1.10-12.18.0.2000-1.10.0"
|
version = "1.10.2-12.18.1.2014"
|
||||||
runDir = "run"
|
runDir = "run"
|
||||||
useDepAts = true
|
useDepAts = true
|
||||||
mappings = "snapshot_20160518"
|
mappings = "snapshot_20160518"
|
||||||
@@ -37,9 +37,9 @@ repositories {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
deobfCompile "mezz.jei:jei_1.10:3.7.+"
|
deobfCompile "mezz.jei:jei_1.10.2:3.7.+"
|
||||||
compile "net.darkhax.tesla:Tesla:1.9.4-1.1.0.24"
|
compile "net.darkhax.tesla:Tesla:1.10-1.2.0.34"
|
||||||
compile "net.industrial-craft:industrialcraft-2:2.6.7-ex110:api"
|
compile "net.industrial-craft:industrialcraft-2:2.6.9-ex110:api"
|
||||||
}
|
}
|
||||||
|
|
||||||
processResources {
|
processResources {
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
"name": "Refined Storage",
|
"name": "Refined Storage",
|
||||||
"description": "A Minecraft mod all about storage.",
|
"description": "A Minecraft mod all about storage.",
|
||||||
"version": "0.8.11",
|
"version": "0.8.11",
|
||||||
"mcversion": "1.10",
|
"mcversion": "1.10.2",
|
||||||
"url": "",
|
"url": "",
|
||||||
"updateUrl": "",
|
"updateUrl": "",
|
||||||
"authorList": ["Refined Storage contributors"],
|
"authorList": ["Refined Storage contributors"],
|
||||||
|
|||||||
Reference in New Issue
Block a user