A fix that works :) (I hope)

This commit is contained in:
modmuss50 2015-06-06 21:53:24 +01:00
parent 0bd8d3e42b
commit b45711f3f1

View file

@ -402,10 +402,10 @@ public class CablePart extends ModPart implements IEnergyConductor {
String p = null; String p = null;
switch(cableType) { switch(cableType) {
case 0: case 0:
p = "insulatedCopperCableItem"; p = "copperCableItem";
break; break;
case 1: case 1:
p = "copperCableItem"; p = "insulatedCopperCableItem";
break; break;
case 2: case 2:
p = "goldCableItem"; p = "goldCableItem";