This commit is contained in:
Raoul Van den Berge
2016-08-09 00:15:55 +02:00
parent ac3c5e6efa
commit 7e1edec388
3 changed files with 4 additions and 4 deletions

View File

@@ -12,7 +12,7 @@ buildscript {
} }
apply plugin: 'net.minecraftforge.gradle.forge' apply plugin: 'net.minecraftforge.gradle.forge'
version = "0.8.16" version = "0.8.16-rc1"
group = "refinedstorage" group = "refinedstorage"
archivesBaseName = "refinedstorage" archivesBaseName = "refinedstorage"
@@ -45,7 +45,7 @@ repositories {
dependencies { dependencies {
deobfCompile "mezz.jei:jei_1.10.2:3.7.+" deobfCompile "mezz.jei:jei_1.10.2:3.7.+"
compile "net.darkhax.tesla:Tesla:1.10-1.2.+" compile "net.darkhax.tesla:Tesla:1.10-1.2.+"
compile "net.industrial-craft:industrialcraft-2:2.6.27-ex110:api" compile "net.industrial-craft:industrialcraft-2:2.6.37-ex110:api"
deobfCompile "MCMultiPart:MCMultiPart:1.2.+:universal" deobfCompile "MCMultiPart:MCMultiPart:1.2.+:universal"
} }

View File

@@ -18,7 +18,7 @@ import refinedstorage.proxy.CommonProxy;
@Mod(modid = RefinedStorage.ID, version = RefinedStorage.VERSION, dependencies = RefinedStorage.DEPENDENCIES) @Mod(modid = RefinedStorage.ID, version = RefinedStorage.VERSION, dependencies = RefinedStorage.DEPENDENCIES)
public final class RefinedStorage { public final class RefinedStorage {
public static final String ID = "refinedstorage"; public static final String ID = "refinedstorage";
public static final String VERSION = "0.8.16"; public static final String VERSION = "0.8.16-rc1";
public static final String DEPENDENCIES = "required-after:mcmultipart"; public static final String DEPENDENCIES = "required-after:mcmultipart";
@SidedProxy(clientSide = "refinedstorage.proxy.ClientProxy", serverSide = "refinedstorage.proxy.ServerProxy") @SidedProxy(clientSide = "refinedstorage.proxy.ClientProxy", serverSide = "refinedstorage.proxy.ServerProxy")

View File

@@ -3,7 +3,7 @@
"modid": "refinedstorage", "modid": "refinedstorage",
"name": "Refined Storage", "name": "Refined Storage",
"description": "A Minecraft mod all about storage.", "description": "A Minecraft mod all about storage.",
"version": "0.8.16", "version": "0.8.16-rc1",
"mcversion": "1.10.2", "mcversion": "1.10.2",
"url": "", "url": "",
"updateUrl": "", "updateUrl": "",