nerfed VI centrifuge times
This commit is contained in:
parent
f1cf6919fb
commit
70e491903d
1 changed files with 2 additions and 2 deletions
|
|
@ -503,7 +503,7 @@ function registerGTCEUMetalRecipes(event) {
|
|||
type: 'vintageimprovements:centrifugation',
|
||||
ingredients: [impureDustItem],
|
||||
results: [dustItem, byproductItem],
|
||||
processingTime: material.getMass() * 6 * global.VINTAGE_IMPROVEMENTS_DURATION_MULTIPLIER
|
||||
processingTime: material.getMass() * 10 * global.VINTAGE_IMPROVEMENTS_DURATION_MULTIPLIER
|
||||
}).id(`tfg:vi/centrifuge/${material.getName()}_dust_from_impure`)
|
||||
|
||||
// Dropping in water
|
||||
|
|
@ -540,7 +540,7 @@ function registerGTCEUMetalRecipes(event) {
|
|||
type: 'vintageimprovements:centrifugation',
|
||||
ingredients: [pureDust],
|
||||
results: [dustItem, byproductItem],
|
||||
processingTime: material.getMass() * 6 * global.VINTAGE_IMPROVEMENTS_DURATION_MULTIPLIER
|
||||
processingTime: material.getMass() * 10 * global.VINTAGE_IMPROVEMENTS_DURATION_MULTIPLIER
|
||||
}).id(`tfg:vi/centrifuge/${material.getName()}_dust_from_pure`)
|
||||
|
||||
// Dropping in water
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue