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;
switch(cableType) {
case 0:
p = "insulatedCopperCableItem";
p = "copperCableItem";
break;
case 1:
p = "copperCableItem";
p = "insulatedCopperCableItem";
break;
case 2:
p = "goldCableItem";