Update everything
This commit is contained in:
		@@ -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**
 | 
			
		||||
 
 | 
			
		||||
@@ -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 {
 | 
			
		||||
 
 | 
			
		||||
@@ -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"],
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user