Skip to content

Commit

Permalink
chore: add comment to config about format
Browse files Browse the repository at this point in the history
Closes #1231
  • Loading branch information
klikli-dev committed Oct 24, 2024
1 parent 51a3ad4 commit 2d1ec51
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ public RitualSettings(ModConfigSpec.Builder builder) {
"(very very) many rituals are running.")
.define("enableRemainingIngredientCountMatching", false);
this.ritualDurationMultiplier =
builder.comment("Set a value below 1.0 to speed up rituals.")
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.")
.defineInRange("ritualDurationMultiplier", 1.0, 0.05, Double.MAX_VALUE);

builder.pop();
Expand Down

0 comments on commit 2d1ec51

Please sign in to comment.