File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
common/src/main/java/dev/terminalmc/clientsort/client/config Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 2.0.0-beta.21
4+
5+ - Increased interaction interval limit to 1000ms
6+
37## 2.0.0-beta.20
48
59- Improved button reference slot selection algorithm
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ public static class Options {
5959 // General options
6060
6161 public static final int INTERACTION_INTERVAL_MIN = 1 ;
62- public static final int INTERACTION_INTERVAL_MAX = 100 ;
62+ public static final int INTERACTION_INTERVAL_MAX = 1000 ;
6363 public static final int interactionIntervalDefault = 10 ;
6464 public int interactionInterval = interactionIntervalDefault ;
6565 public static Validator <Integer > interactionIntervalValidator = (val ) ->
Original file line number Diff line number Diff line change 1010template_version =5
1111
1212# Mod Version
13- mod_version =2.0.0-beta.20
13+ mod_version =2.0.0-beta.21
1414# 'STABLE', 'BETA' or 'ALPHA'
1515mod_version_type =BETA
1616
You can’t perform that action at this time.
0 commit comments