Fixed incorrect textures

This commit is contained in:
modmuss50 2015-05-04 19:07:22 +01:00
parent 7257da06e9
commit 7f52e4f5e0

View file

@ -375,10 +375,10 @@ public class CablePart extends ModPart implements IEnergyConductor {
String p = null; String p = null;
switch(cableType) { switch(cableType) {
case 0: case 0:
p = "insulatedCopperCable"; p = "copperCable";
break; break;
case 1: case 1:
p = "copperCable"; p = "insulatedCopperCable";
break; break;
case 2: case 2:
p = "goldCable"; p = "goldCable";