Update dependencies
This commit is contained in:
@@ -46,7 +46,7 @@ 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.37-ex110:api"
|
compile "net.industrial-craft:industrialcraft-2:2.6.37-ex110:api"
|
||||||
deobfCompile "MCMultiPart:MCMultiPart:1.2.+:universal"
|
deobfCompile "MCMultiPart:MCMultiPart:1.2.1+:universal"
|
||||||
}
|
}
|
||||||
|
|
||||||
processResources {
|
processResources {
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ import refinedstorage.proxy.CommonProxy;
|
|||||||
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";
|
||||||
public static final String DEPENDENCIES = "required-after:mcmultipart";
|
public static final String DEPENDENCIES = "required-after:mcmultipart@[1.2.1,);";
|
||||||
|
|
||||||
@SidedProxy(clientSide = "refinedstorage.proxy.ClientProxy", serverSide = "refinedstorage.proxy.ServerProxy")
|
@SidedProxy(clientSide = "refinedstorage.proxy.ClientProxy", serverSide = "refinedstorage.proxy.ServerProxy")
|
||||||
public static CommonProxy PROXY;
|
public static CommonProxy PROXY;
|
||||||
|
|||||||
Reference in New Issue
Block a user