Change uvlock for 3 models, minimum CC version, we need CC
This commit is contained in:
@@ -23,7 +23,7 @@ public final class RS {
|
||||
|
||||
public static final String ID = "refinedstorage";
|
||||
public static final String VERSION = "1.4";
|
||||
public static final String DEPENDENCIES = "required-after:forge@[13.19.1.2188,);";
|
||||
public static final String DEPENDENCIES = "required-after:forge@[13.19.1.2188,);after:commoncapabilities@[1.3.1,);";
|
||||
public static final String GUI_FACTORY = "com.raoulvdberge.refinedstorage.gui.config.ModGuiFactory";
|
||||
|
||||
@SidedProxy(clientSide = "com.raoulvdberge.refinedstorage.proxy.ProxyClient", serverSide = "com.raoulvdberge.refinedstorage.proxy.ProxyCommon")
|
||||
|
||||
@@ -4,6 +4,6 @@ import net.minecraftforge.fml.common.Loader;
|
||||
|
||||
public final class IntegrationCyclopsCore {
|
||||
public static boolean isLoaded() {
|
||||
return Loader.isModLoaded("cyclopscore");
|
||||
return Loader.isModLoaded("cyclopscore") && Loader.isModLoaded("commoncapabilities");
|
||||
}
|
||||
}
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
"line": "refinedstorage:blocks/generic_grey"
|
||||
},
|
||||
"model": "refinedstorage:cable_core",
|
||||
"uvlock": true
|
||||
"uvlock": false
|
||||
},
|
||||
"variants": {
|
||||
"inventory": [
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
"line": "refinedstorage:blocks/generic_grey"
|
||||
},
|
||||
"model": "refinedstorage:cable_core",
|
||||
"uvlock": true
|
||||
"uvlock": false
|
||||
},
|
||||
"variants": {
|
||||
"inventory": [
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
"line": "refinedstorage:blocks/generic_grey"
|
||||
},
|
||||
"model": "refinedstorage:cable_core",
|
||||
"uvlock": true
|
||||
"uvlock": false
|
||||
},
|
||||
"variants": {
|
||||
"inventory": [
|
||||
|
||||
Reference in New Issue
Block a user