fixed wire cutter head extruder mold typo
This commit is contained in:
parent
c94418447d
commit
764f149423
2 changed files with 2 additions and 1 deletions
|
|
@ -1153,7 +1153,7 @@ function registerGTCEUMetalRecipes(event) {
|
|||
makeToolRecipe(GTToolType.BUTCHERY_KNIFE, TFGTagPrefix.toolHeadButcheryKnife, 'tfg:butchery_knife_head_extruder_mold', circuit++, material)
|
||||
makeToolRecipe(GTToolType.SCREWDRIVER, TagPrefix.toolHeadScrewdriver, 'tfg:screwdriver_tip_extruder_mold', circuit++, material)
|
||||
makeToolRecipe(GTToolType.WRENCH, TagPrefix.toolHeadWrench, 'tfg:wrench_tip_extruder_mold', circuit++, material)
|
||||
makeToolRecipe(GTToolType.WIRE_CUTTER, TagPrefix.toolHeadWireCutter, 'tfg:wire_cutter_extruder_mold', circuit++, material)
|
||||
makeToolRecipe(GTToolType.WIRE_CUTTER, TagPrefix.toolHeadWireCutter, 'tfg:wire_cutter_head_extruder_mold', circuit++, material)
|
||||
|
||||
processToolMortar(GTToolType.MORTAR, material)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue