From 0b06ea4739cf71f8bb2d29e497df602a177106f8 Mon Sep 17 00:00:00 2001 From: DBotThePony Date: Sun, 9 Jul 2023 15:59:42 +0700 Subject: [PATCH] Buff wireless android charger energy capacity --- src/main/kotlin/ru/dbotthepony/mc/otm/config/MachinesConfig.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/kotlin/ru/dbotthepony/mc/otm/config/MachinesConfig.kt b/src/main/kotlin/ru/dbotthepony/mc/otm/config/MachinesConfig.kt index 607a4e858..e04ef4afb 100644 --- a/src/main/kotlin/ru/dbotthepony/mc/otm/config/MachinesConfig.kt +++ b/src/main/kotlin/ru/dbotthepony/mc/otm/config/MachinesConfig.kt @@ -42,7 +42,7 @@ object MachinesConfig : AbstractConfig("machines") { .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 { init {