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;
switch(cableType) {
case 0:
p = "insulatedCopperCable";
p = "copperCable";
break;
case 1:
p = "copperCable";
p = "insulatedCopperCable";
break;
case 2:
p = "goldCable";