You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
val renders by setting("Render", false).group(Group.Render)
77
-
val avoidDesync by setting("Avoid Desync", true, "Cancels incoming inventory update packets if they match previous actions").group(Group.Debug)
78
-
val desyncTimeout by setting("Desync Timeout", 30, 1..30, 1, unit =" ticks", description ="Time to store previous inventory actions before dropping the cache") { avoidDesync }.group(Group.Debug)
79
-
val showAllEntries by setting("Show All Entries", false, "Show all entries in the task tree").group(Group.Debug)
80
-
val shrinkFactor by setting("Shrink Factor", 0.001, 0.0..1.0, 0.001).group(Group.Debug)
81
-
val ignoreItemDropWarnings by setting("Ignore Drop Warnings", false, "Hides the item drop warnings from the break manager").group(Group.Debug)
75
+
object DEFAULT : AutomationConfig("Default") {
76
+
val renders by setting("Render", false).group(Group.Render)
77
+
val avoidDesync by setting("Avoid Desync", true, "Cancels incoming inventory update packets if they match previous actions").group(Group.Debug)
78
+
val desyncTimeout by setting("Desync Timeout", 30, 1..30, 1, unit =" ticks", description ="Time to store previous inventory actions before dropping the cache") { avoidDesync }.group(Group.Debug)
79
+
val showAllEntries by setting("Show All Entries", false, "Show all entries in the task tree").group(Group.Debug)
80
+
val shrinkFactor by setting("Shrink Factor", 0.001, 0.0..1.0, 0.001).group(Group.Debug)
81
+
val ignoreItemDropWarnings by setting("Ignore Drop Warnings", false, "Hides the item drop warnings from the break manager").group(Group.Debug)
82
82
val managerDebugLogs by setting("Manager Debug Logs", false, "Prints debug logs from managers into chat").group(Group.Debug)
0 commit comments