Skip to content

Commit 8f8d04b

Browse files
committed
revert commit to actually put them in lang files
1 parent cdf5768 commit 8f8d04b

File tree

1 file changed

+26
-26
lines changed

1 file changed

+26
-26
lines changed

kubejs/startup_scripts/gtceu/constants.js

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -229,32 +229,32 @@ global.GTCEU_ARMORS = [
229229
//#region Extruder Molds
230230
/** @global */
231231
global.TFG_EXTRUDER_MOLDS = [
232-
['tfg:mining_hammer_head_extruder_mold', "Mining Hammer Head"],
233-
['tfg:sword_head_extruder_mold', "Sword Head"],
234-
['tfg:pickaxe_head_extruder_mold', "Pickaxe Head"],
235-
['tfg:shovel_head_extruder_mold', "Shovel Head"],
236-
['tfg:axe_head_extruder_mold', "Axe Head"],
237-
['tfg:hoe_head_extruder_mold', "Hoe Head"],
238-
['tfg:scythe_head_extruder_mold', "Scythe Head"],
239-
['tfg:file_head_extruder_mold', "File Head"],
240-
['tfg:hammer_head_extruder_mold', "Hammer Head"],
241-
['tfg:saw_head_extruder_mold', "Saw Head"],
242-
['tfg:knife_head_extruder_mold', "Knife Head"],
243-
['tfg:butchery_knife_head_extruder_mold', "Butchery Knife Head"],
244-
['tfg:spade_head_extruder_mold', "Spade Head"],
245-
['tfg:propick_head_extruder_mold', "Prospector's Pick Head"],
246-
['tfg:javelin_head_extruder_mold', "Javelin Head"],
247-
['tfg:chisel_head_extruder_mold', "Chisel Head"],
248-
['tfg:mace_head_extruder_mold', "Mace Head"],
249-
['tfg:mattock_head_extruder_mold', "Mattock Head"],
250-
['tfg:fish_hook_extruder_mold', "Fish Hook"],
251-
['tfg:whisk_extruder_mold', "Whisk"],
252-
['tfg:screwdriver_tip_extruder_mold', "Screwdriver Tip"],
253-
['tfg:wrench_tip_extruder_mold', "Wrench Tip"],
254-
['tfg:wire_cutter_head_extruder_mold', "Wire Cutter Tip"],
255-
['tfg:small_casing_extruder_mold', "Small Bullet Casing"],
256-
['tfg:shell_casing_extruder_mold', "Shell Bullet Casing"],
257-
['tfg:large_casing_extruder_mold', "Large Bullet Casing"]
232+
'tfg:mining_hammer_head_extruder_mold',
233+
'tfg:sword_head_extruder_mold',
234+
'tfg:pickaxe_head_extruder_mold',
235+
'tfg:shovel_head_extruder_mold',
236+
'tfg:axe_head_extruder_mold',
237+
'tfg:hoe_head_extruder_mold',
238+
'tfg:scythe_head_extruder_mold',
239+
'tfg:file_head_extruder_mold',
240+
'tfg:hammer_head_extruder_mold',
241+
'tfg:saw_head_extruder_mold',
242+
'tfg:knife_head_extruder_mold',
243+
'tfg:butchery_knife_head_extruder_mold',
244+
'tfg:spade_head_extruder_mold',
245+
'tfg:propick_head_extruder_mold',
246+
'tfg:javelin_head_extruder_mold',
247+
'tfg:chisel_head_extruder_mold',
248+
'tfg:mace_head_extruder_mold',
249+
'tfg:mattock_head_extruder_mold',
250+
'tfg:fish_hook_extruder_mold',
251+
'tfg:whisk_extruder_mold',
252+
'tfg:screwdriver_tip_extruder_mold',
253+
'tfg:wrench_tip_extruder_mold',
254+
'tfg:wire_cutter_head_extruder_mold',
255+
'tfg:small_casing_extruder_mold',
256+
'tfg:shell_casing_extruder_mold',
257+
'tfg:large_casing_extruder_mold'
258258
];
259259
//#endregion
260260

0 commit comments

Comments
 (0)