Considerably buff matter bottler
This commit is contained in:
parent
45181c9e55
commit
6cf218a184
@ -60,7 +60,7 @@ object MachinesConfig : AbstractConfig("machines") {
|
||||
private val MATTER_BOTTLER = workerValues(
|
||||
MNames.MATTER_BOTTLER,
|
||||
energyStorage = Decimal(40_000),
|
||||
energyConsumption = Decimal(10),
|
||||
energyConsumption = Decimal(40),
|
||||
energyThroughput = Decimal(200),
|
||||
matterCapacity = Decimal(400),
|
||||
workTimeMultiplier = null
|
||||
@ -85,7 +85,7 @@ object MachinesConfig : AbstractConfig("machines") {
|
||||
|
||||
object MatterBottler {
|
||||
val VALUES by ::MATTER_BOTTLER
|
||||
val RATE by builder.comment("Matter transferred per tick").defineDecimal("RATE", Decimal("2.0"), Decimal.ONE_TENTH)
|
||||
val RATE by builder.comment("Matter transferred per tick").defineDecimal("RATE", Decimal("10.0"), Decimal.ONE_TENTH)
|
||||
}
|
||||
|
||||
object MatterRecycler {
|
||||
|
Loading…
Reference in New Issue
Block a user