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;
|
String p = null;
|
||||||
switch(cableType) {
|
switch(cableType) {
|
||||||
case 0:
|
case 0:
|
||||||
p = "insulatedCopperCableItem";
|
p = "copperCableItem";
|
||||||
break;
|
break;
|
||||||
case 1:
|
case 1:
|
||||||
p = "copperCableItem";
|
p = "insulatedCopperCableItem";
|
||||||
break;
|
break;
|
||||||
case 2:
|
case 2:
|
||||||
p = "goldCableItem";
|
p = "goldCableItem";
|
||||||
|
|
Loading…
Add table
Reference in a new issue