Considerably buff matter bottler

This commit is contained in:
DBotThePony 2025-03-22 15:06:56 +07:00
parent 45181c9e55
commit 6cf218a184
Signed by: DBot
GPG Key ID: DCC23B5715498507

View File

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