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
|
|
@ -404,6 +404,7 @@ function processImpureDust(event, material) {
|
|||
[dustItem, Item.of(ChemicalHelper.get(TagPrefix.dust, byproductMaterial, 1)).withChance(0.111)],
|
||||
impureDustItem)
|
||||
.processingTime(material.getMass() * 10 * global.VINTAGE_IMPROVEMENTS_DURATION_MULTIPLIER)
|
||||
.minimalRPM(32)
|
||||
.id(`tfg:vi/centrifuge/${materialName}_dust_from_impure`)
|
||||
|
||||
// Dropping in water
|
||||
|
|
@ -455,6 +456,7 @@ function processPureDust(event, material) {
|
|||
[dustItem, Item.of(ChemicalHelper.get(TagPrefix.dust, byproductMaterial, 1)).withChance(0.111)],
|
||||
pureDustItem)
|
||||
.processingTime(material.getMass() * 10 * global.VINTAGE_IMPROVEMENTS_DURATION_MULTIPLIER)
|
||||
.minimalRPM(32)
|
||||
.id(`tfg:vi/centrifuge/${materialName}_dust_from_pure`)
|
||||
|
||||
// Dropping in water
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue