Buff android station throughput
This commit is contained in:
parent
86347f3373
commit
dd892da564
@ -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)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user