reduced required rpm for the VI centrifuge because it works badly on low tps servers

This commit is contained in:
Pyritie 2026-01-19 23:23:22 +00:00
parent c5ada8c136
commit 69cde26b65
3 changed files with 5 additions and 0 deletions

View file

@ -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