From 990df3b96c46d93784858265bce7f9efe91e3eca Mon Sep 17 00:00:00 2001 From: DBotThePony Date: Sun, 25 Sep 2022 22:40:46 +0700 Subject: [PATCH] Buff lab lamp light length --- src/main/kotlin/ru/dbotthepony/mc/otm/ServerConfig.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/kotlin/ru/dbotthepony/mc/otm/ServerConfig.kt b/src/main/kotlin/ru/dbotthepony/mc/otm/ServerConfig.kt index 9e03be4bf..bd4045586 100644 --- a/src/main/kotlin/ru/dbotthepony/mc/otm/ServerConfig.kt +++ b/src/main/kotlin/ru/dbotthepony/mc/otm/ServerConfig.kt @@ -84,7 +84,7 @@ object ServerConfig { specBuilder.comment("Serverside config, holds shared values that are required to be read by both client and server.").push("server") } - val LABORATORY_LAMP_LIGHT_LENGTH: Int by specBuilder.comment("In blocks").defineInRange("laboratoryLampLightLength", 3, 1, 128) + val LABORATORY_LAMP_LIGHT_LENGTH: Int by specBuilder.comment("In blocks").defineInRange("laboratoryLampLightLength", 6, 1, 128) init { specBuilder.comment("Energy batteries balance values").push("energyBatteries")