Fixed incorrect textures
This commit is contained in:
parent
7257da06e9
commit
7f52e4f5e0
1 changed files with 2 additions and 2 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Reference in a new issue