Buff wireless android charger energy capacity

This commit is contained in:
DBotThePony 2023-07-09 15:59:42 +07:00
parent 7ec4a66923
commit 0b06ea4739
Signed by: DBot
GPG Key ID: DCC23B5715498507

View File

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