Skip to content

Commit aaa087d

Browse files
committed
Update GT_Loader_Wires.java
1 parent 7f2d8c8 commit aaa087d

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

src/main/java/com/dreammaster/gthandler/GT_Loader_Wires.java

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ private static void makeWires(Materials aMaterial, int aStartID, long aLossInsul
5656
new MTECable(
5757
aStartID + 0,
5858
"wire." + aMaterial.mName.toLowerCase() + ".01",
59-
"1x " + displayName + " Wire",
59+
"gt.oreprefix.1x_material_wire",
6060
0.125F,
6161
aMaterial,
6262
aLoss,
@@ -70,7 +70,7 @@ private static void makeWires(Materials aMaterial, int aStartID, long aLossInsul
7070
new MTECable(
7171
aStartID + 1,
7272
"wire." + aMaterial.mName.toLowerCase() + ".02",
73-
"2x " + displayName + " Wire",
73+
"gt.oreprefix.2x_material_wire",
7474
0.25F,
7575
aMaterial,
7676
aLoss,
@@ -84,7 +84,7 @@ private static void makeWires(Materials aMaterial, int aStartID, long aLossInsul
8484
new MTECable(
8585
aStartID + 2,
8686
"wire." + aMaterial.mName.toLowerCase() + ".04",
87-
"4x " + displayName + " Wire",
87+
"gt.oreprefix.4x_material_wire",
8888
0.375F,
8989
aMaterial,
9090
aLoss,
@@ -98,7 +98,7 @@ private static void makeWires(Materials aMaterial, int aStartID, long aLossInsul
9898
new MTECable(
9999
aStartID + 3,
100100
"wire." + aMaterial.mName.toLowerCase() + ".08",
101-
"8x " + displayName + " Wire",
101+
"gt.oreprefix.8x_material_wire",
102102
0.5F,
103103
aMaterial,
104104
aLoss,
@@ -112,7 +112,7 @@ private static void makeWires(Materials aMaterial, int aStartID, long aLossInsul
112112
new MTECable(
113113
aStartID + 4,
114114
"wire." + aMaterial.mName.toLowerCase() + ".12",
115-
"12x " + displayName + " Wire",
115+
"gt.oreprefix.12x_material_wire",
116116
0.625F,
117117
aMaterial,
118118
aLoss,
@@ -126,7 +126,7 @@ private static void makeWires(Materials aMaterial, int aStartID, long aLossInsul
126126
new MTECable(
127127
aStartID + 5,
128128
"wire." + aMaterial.mName.toLowerCase() + ".16",
129-
"16x " + displayName + " Wire",
129+
"gt.oreprefix.16x_material_wire",
130130
0.75F,
131131
aMaterial,
132132
aLoss,
@@ -141,7 +141,7 @@ private static void makeWires(Materials aMaterial, int aStartID, long aLossInsul
141141
new MTECable(
142142
aStartID + 6,
143143
"cable." + aMaterial.mName.toLowerCase() + ".01",
144-
"1x " + displayName + " Cable",
144+
"gt.oreprefix.1x_material_cable",
145145
0.25F,
146146
aMaterial,
147147
aLossInsulated,
@@ -155,7 +155,7 @@ private static void makeWires(Materials aMaterial, int aStartID, long aLossInsul
155155
new MTECable(
156156
aStartID + 7,
157157
"cable." + aMaterial.mName.toLowerCase() + ".02",
158-
"2x " + displayName + " Cable",
158+
"gt.oreprefix.2x_material_cable",
159159
0.375F,
160160
aMaterial,
161161
aLossInsulated,
@@ -169,7 +169,7 @@ private static void makeWires(Materials aMaterial, int aStartID, long aLossInsul
169169
new MTECable(
170170
aStartID + 8,
171171
"cable." + aMaterial.mName.toLowerCase() + ".04",
172-
"4x " + displayName + " Cable",
172+
"gt.oreprefix.4x_material_cable",
173173
0.5F,
174174
aMaterial,
175175
aLossInsulated,
@@ -183,7 +183,7 @@ private static void makeWires(Materials aMaterial, int aStartID, long aLossInsul
183183
new MTECable(
184184
aStartID + 9,
185185
"cable." + aMaterial.mName.toLowerCase() + ".08",
186-
"8x " + displayName + " Cable",
186+
"gt.oreprefix.8x_material_cable",
187187
0.625F,
188188
aMaterial,
189189
aLossInsulated,
@@ -197,7 +197,7 @@ private static void makeWires(Materials aMaterial, int aStartID, long aLossInsul
197197
new MTECable(
198198
aStartID + 10,
199199
"cable." + aMaterial.mName.toLowerCase() + ".12",
200-
"12x " + displayName + " Cable",
200+
"gt.oreprefix.12x_material_cable",
201201
0.75F,
202202
aMaterial,
203203
aLossInsulated,
@@ -211,7 +211,7 @@ private static void makeWires(Materials aMaterial, int aStartID, long aLossInsul
211211
new MTECable(
212212
aStartID + 11,
213213
"cable." + aMaterial.mName.toLowerCase() + ".16",
214-
"16x " + displayName + " Cable",
214+
"gt.oreprefix.16x_material_cable",
215215
0.875F,
216216
aMaterial,
217217
aLossInsulated,

0 commit comments

Comments
 (0)