Version bump to 0.8.16 + update versions
This commit is contained in:
@@ -12,12 +12,12 @@ buildscript {
|
||||
}
|
||||
apply plugin: 'net.minecraftforge.gradle.forge'
|
||||
|
||||
version = "0.8.15"
|
||||
version = "0.8.16"
|
||||
group = "refinedstorage"
|
||||
archivesBaseName = "refinedstorage"
|
||||
|
||||
minecraft {
|
||||
version = "1.10.2-12.18.1.2014"
|
||||
version = "1.10.2-12.18.1.2044"
|
||||
runDir = "run"
|
||||
useDepAts = true
|
||||
mappings = "snapshot_20160518"
|
||||
@@ -39,7 +39,7 @@ repositories {
|
||||
dependencies {
|
||||
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"
|
||||
compile "net.industrial-craft:industrialcraft-2:2.6.26-ex110:api"
|
||||
}
|
||||
|
||||
processResources {
|
||||
|
@@ -23,7 +23,7 @@ import java.util.List;
|
||||
@Mod(modid = RefinedStorage.ID, version = RefinedStorage.VERSION)
|
||||
public final class RefinedStorage {
|
||||
public static final String ID = "refinedstorage";
|
||||
public static final String VERSION = "0.8.15";
|
||||
public static final String VERSION = "0.8.16";
|
||||
|
||||
@SidedProxy(clientSide = "refinedstorage.proxy.ClientProxy", serverSide = "refinedstorage.proxy.ServerProxy")
|
||||
public static CommonProxy PROXY;
|
||||
|
@@ -3,7 +3,7 @@
|
||||
"modid": "refinedstorage",
|
||||
"name": "Refined Storage",
|
||||
"description": "A Minecraft mod all about storage.",
|
||||
"version": "0.8.15",
|
||||
"version": "0.8.16",
|
||||
"mcversion": "1.10.2",
|
||||
"url": "",
|
||||
"updateUrl": "",
|
||||
|
Reference in New Issue
Block a user