Buff wireless android charger energy capacity
This commit is contained in:
parent
7ec4a66923
commit
0b06ea4739
@ -42,7 +42,7 @@ object MachinesConfig : AbstractConfig("machines") {
|
|||||||
.defineInRange("RADIUS_HEIGHT", 4.0, 1.0, Double.MAX_VALUE)
|
.defineInRange("RADIUS_HEIGHT", 4.0, 1.0, Double.MAX_VALUE)
|
||||||
}
|
}
|
||||||
|
|
||||||
val ANDROID_CHARGER = BlockEnergyStorageImpl.makeConfigEntry(builder, MNames.ANDROID_CHARGER, capacity = Decimal(400_000), throughput = Decimal(8192)) { AndroidCharger }
|
val ANDROID_CHARGER = BlockEnergyStorageImpl.makeConfigEntry(builder, MNames.ANDROID_CHARGER, capacity = Decimal(1_000_000), throughput = Decimal(8192)) { AndroidCharger }
|
||||||
|
|
||||||
object Upgrades {
|
object Upgrades {
|
||||||
init {
|
init {
|
||||||
|
Loading…
Reference in New Issue
Block a user