This commit is contained in:
Pyritie 2025-09-30 12:39:46 +01:00 committed by GitHub
parent c0ab4d69cf
commit a5ed4d8803
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 190 additions and 214 deletions

View file

@ -259,7 +259,7 @@ global.TFG_EXTRUDER_MOLDS = /** @type {const} */ ([
"tfg:wire_cutter_head_extruder_mold",
"tfg:small_casing_extruder_mold",
"tfg:shell_casing_extruder_mold",
"tfg:large_casing_extruder_mold",
"tfg:large_casing_extruder_mold"
]);
global.GTCEU_EXTRUDER_MOLDS = /** @type {const} */ ([
@ -280,7 +280,7 @@ global.GTCEU_EXTRUDER_MOLDS = /** @type {const} */ ([
"gtceu:bottle_extruder_mold",
"gtceu:foil_extruder_mold",
"gtceu:small_gear_extruder_mold",
"gtceu:rotor_extruder_mold",
"gtceu:rotor_extruder_mold"
]);
//#endregion