Buff android station throughput

This commit is contained in:
DBotThePony 2022-09-15 22:44:54 +07:00
parent 86347f3373
commit dd892da564
Signed by: DBot
GPG Key ID: DCC23B5715498507

View File

@ -94,7 +94,7 @@ class AndroidStationBlockEntity(p_155229_: BlockPos, p_155230_: BlockState) :
companion object { companion object {
private val MACHINE_NAME = TranslatableComponent("block.overdrive_that_matters.android_station") private val MACHINE_NAME = TranslatableComponent("block.overdrive_that_matters.android_station")
val STORAGE = ImpreciseFraction(100_000) val STORAGE = ImpreciseFraction(100_000)
val MAX_IO = ImpreciseFraction.valueOf(250) val MAX_IO = ImpreciseFraction.valueOf(2048)
val ENERGY_PER_OPERATION = ImpreciseFraction.valueOf(2048) val ENERGY_PER_OPERATION = ImpreciseFraction.valueOf(2048)
val ENERGY_PER_RESEARCH = ImpreciseFraction.valueOf(16384) val ENERGY_PER_RESEARCH = ImpreciseFraction.valueOf(16384)
} }