diff --git a/CHANGELOG.md b/CHANGELOG.md index 552cb1792..4875e76ec 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ **Features** - Added X button to Processing Pattern Encoder to clear configuration of inputs and outputs - Re-added opposite facing on shift click functionality +- Updated to Forge 2014 ### 0.8.10 **Bugfixes** diff --git a/build.gradle b/build.gradle index efa657641..95d11e44b 100755 --- a/build.gradle +++ b/build.gradle @@ -17,7 +17,7 @@ group = "refinedstorage" archivesBaseName = "refinedstorage" minecraft { - version = "1.10-12.18.0.2000-1.10.0" + version = "1.10.2-12.18.1.2014" runDir = "run" useDepAts = true mappings = "snapshot_20160518" @@ -37,9 +37,9 @@ repositories { } dependencies { - deobfCompile "mezz.jei:jei_1.10:3.7.+" - compile "net.darkhax.tesla:Tesla:1.9.4-1.1.0.24" - compile "net.industrial-craft:industrialcraft-2:2.6.7-ex110:api" + 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.9-ex110:api" } processResources { diff --git a/src/main/resources/mcmod.info b/src/main/resources/mcmod.info index 7baf3793e..8509f28dc 100755 --- a/src/main/resources/mcmod.info +++ b/src/main/resources/mcmod.info @@ -4,7 +4,7 @@ "name": "Refined Storage", "description": "A Minecraft mod all about storage.", "version": "0.8.11", - "mcversion": "1.10", + "mcversion": "1.10.2", "url": "", "updateUrl": "", "authorList": ["Refined Storage contributors"],