Skip to content

Commit 2d1ec51

Browse files
committed
chore: add comment to config about format
Closes #1231
1 parent 51a3ad4 commit 2d1ec51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/klikli_dev/occultism/config/OccultismServerConfig.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ public RitualSettings(ModConfigSpec.Builder builder) {
180180
"(very very) many rituals are running.")
181181
.define("enableRemainingIngredientCountMatching", false);
182182
this.ritualDurationMultiplier =
183-
builder.comment("Set a value below 1.0 to speed up rituals.")
183+
builder.comment("Set a value below 1.0 to speed up rituals. Please ensure to use a preceding 0 for values below 1.0, e.g. '0.05' instead of '.05', otherwise Nightconfig (NeoForge's config sytem) will reset the value to 1.0.")
184184
.defineInRange("ritualDurationMultiplier", 1.0, 0.05, Double.MAX_VALUE);
185185

186186
builder.pop();

0 commit comments

Comments
 (0)