reduced required rpm for the VI centrifuge because it works badly on low tps servers
This commit is contained in:
parent
c5ada8c136
commit
69cde26b65
3 changed files with 5 additions and 0 deletions
|
|
@ -196,10 +196,12 @@ function registerTFGClothRecipes(event) {
|
|||
|
||||
event.recipes.vintageimprovements.centrifugation(['2x tfg:flax_line', 'tfg:flax_tow', 'tfc:groundcover/humus'], 'tfg:flax_product')
|
||||
.processingTime(200 * global.VINTAGE_IMPROVEMENTS_DURATION_MULTIPLIER)
|
||||
.minimalRPM(32)
|
||||
.id('tfg:vi_seperate_flax')
|
||||
|
||||
event.recipes.vintageimprovements.centrifugation(['18x tfg:flax_line', '9x tfg:flax_tow', '9x tfc:groundcover/humus'], 'tfg:flax_bundle')
|
||||
.processingTime(1500 * global.VINTAGE_IMPROVEMENTS_DURATION_MULTIPLIER)
|
||||
.minimalRPM(32)
|
||||
.id('tfg:vi_seperate_flax_from_bundle')
|
||||
|
||||
// #endregion
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue