fixed inconsistent small spring recipe with the coiling machine
This commit is contained in:
parent
669bddb73c
commit
ea28eeb90a
1 changed files with 1 additions and 1 deletions
|
|
@ -298,7 +298,7 @@ function registerVintageImprovementsRecipes(event) {
|
|||
event.custom({
|
||||
type: 'vintageimprovements:coiling',
|
||||
ingredients: [ChemicalHelper.get(TagPrefix.rod, material, 1)],
|
||||
results: [ChemicalHelper.get(TagPrefix.springSmall, material, 1)],
|
||||
results: [ChemicalHelper.get(TagPrefix.springSmall, material, 2)],
|
||||
processingTime: (material.getMass() / 2) * global.VINTAGE_IMPROVEMENTS_DURATION_MULTIPLIER
|
||||
}).id(`tfg:vi/coiling/${material.getName()}_small_spring`)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue