From 922f94b9de82f2646ad9d6e9b9a02a1920894233 Mon Sep 17 00:00:00 2001 From: DBotThePony Date: Fri, 14 Mar 2025 11:02:08 +0700 Subject: [PATCH] e --- src/main/kotlin/ru/dbotthepony/mc/otm/config/PlayerConfig.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/kotlin/ru/dbotthepony/mc/otm/config/PlayerConfig.kt b/src/main/kotlin/ru/dbotthepony/mc/otm/config/PlayerConfig.kt index 7bad9ab1c..d145a42be 100644 --- a/src/main/kotlin/ru/dbotthepony/mc/otm/config/PlayerConfig.kt +++ b/src/main/kotlin/ru/dbotthepony/mc/otm/config/PlayerConfig.kt @@ -190,7 +190,7 @@ object PlayerConfig : AbstractConfig("player") { val EXHAUSTION_LIMIT: Double by builder .comment("Controls technical aspect how much 'exhaustion' player can accumulate") .comment("This should not be confused with how much 'exhaustion' is considered as 1 hunger point") - .comment("Usually, this should not be changed, since it is a very technical detail") + .comment("Usually, this should not be changed, since it is a very technical detail;") .comment("but if you have a mod installed which easily hits this limit (and somehow hunger system can't keep up,)") .comment("e.g. it pushes exhaustion over its limit in one call), you can increase this value") .defineInRange("EXHAUSTION_LIMIT", 40.0, 4.0, Float.MAX_VALUE.toDouble() - 1.0)