Set MAX_ENERGY default config value to infinity
This commit is contained in:
parent
9800eb35ba
commit
ebafdbc925
@ -212,7 +212,7 @@ object MachinesConfig : AbstractConfig("machines") {
|
|||||||
|
|
||||||
val MAX_ENERGY by builder
|
val MAX_ENERGY by builder
|
||||||
.comment("Maximal combined energy consumption percentage")
|
.comment("Maximal combined energy consumption percentage")
|
||||||
.defineDecimal("MAX_ENERGY", Decimal.LONG_MAX_VALUE, Decimal.ZERO)
|
.defineDecimal("MAX_ENERGY", Decimal.POSITIVE_INFINITY, Decimal.ZERO)
|
||||||
|
|
||||||
init {
|
init {
|
||||||
builder.pop()
|
builder.pop()
|
||||||
|
Loading…
Reference in New Issue
Block a user