fix config key for pattern points

This commit is contained in:
yrsegal@gmail.com 2022-08-06 11:58:47 -04:00
parent 1febaf703a
commit 07d8f5a839

View file

@ -59,7 +59,7 @@ public class ForgeHexConfig implements HexConfig.CommonConfigAccess {
public Client(ForgeConfigSpec.Builder builder) {
patternPointSpeedMultiplier = builder.comment(
"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);
ctrlTogglesOffStrokeOrder = builder.comment(
"Whether the ctrl key will instead turn *off* the color gradient on patterns")