Update everything

This commit is contained in:
Raoul Van den Berge
2016-07-18 04:38:32 +02:00
parent 28b28cc0d0
commit bfc57fec8f
3 changed files with 6 additions and 5 deletions

View File

@@ -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**

View File

@@ -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 {

View File

@@ -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"],