fix config key for pattern points
This commit is contained in:
parent
1febaf703a
commit
07d8f5a839
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ public class ForgeHexConfig implements HexConfig.CommonConfigAccess {
|
||||||
public Client(ForgeConfigSpec.Builder builder) {
|
public Client(ForgeConfigSpec.Builder builder) {
|
||||||
patternPointSpeedMultiplier = builder.comment(
|
patternPointSpeedMultiplier = builder.comment(
|
||||||
"How fast the point showing you the stroke order on patterns moves")
|
"How fast the point showing you the stroke order on patterns moves")
|
||||||
.defineInRange("manaToHealthRate", DEFAULT_PATTERN_POINT_SPEED_MULTIPLIER, 0.0,
|
.defineInRange("patternPointSpeedMultiplier", DEFAULT_PATTERN_POINT_SPEED_MULTIPLIER, 0.0,
|
||||||
Double.POSITIVE_INFINITY);
|
Double.POSITIVE_INFINITY);
|
||||||
ctrlTogglesOffStrokeOrder = builder.comment(
|
ctrlTogglesOffStrokeOrder = builder.comment(
|
||||||
"Whether the ctrl key will instead turn *off* the color gradient on patterns")
|
"Whether the ctrl key will instead turn *off* the color gradient on patterns")
|
||||||
|
|
Loading…
Reference in a new issue