fixed inconsistent small spring recipe with the coiling machine

This commit is contained in:
Pyritie 2025-05-08 23:43:27 +01:00
parent 669bddb73c
commit ea28eeb90a

View file

@ -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`)
}