A fix that works :) (I hope)
This commit is contained in:
parent
0bd8d3e42b
commit
b45711f3f1
1 changed files with 2 additions and 2 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue