Buff lab lamp light length

This commit is contained in:
DBotThePony 2022-09-25 22:40:46 +07:00
parent 2e86f2b599
commit 990df3b96c
Signed by: DBot
GPG Key ID: DCC23B5715498507

View File

@ -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") 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 { init {
specBuilder.comment("Energy batteries balance values").push("energyBatteries") specBuilder.comment("Energy batteries balance values").push("energyBatteries")