fix timing with forming press compared to bender
This commit is contained in:
parent
cab4103886
commit
dcd5e8be5f
1 changed files with 1 additions and 1 deletions
|
|
@ -206,7 +206,7 @@ function addMaterialWelding(event, outputItem, inputItem1, inputItem2, material,
|
|||
event.recipes.gtceu.forming_press(`tfg:${id}`)
|
||||
.itemInputs(inputItem1, inputItem2, 'tfc:powder/flux')
|
||||
.itemOutputs(outputItem)
|
||||
.duration(material.getMass())
|
||||
.duration(material.getMass() * 2)
|
||||
.EUt(GTValues.VA[compactingTier]);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue