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
Copy file name to clipboardExpand all lines: src/main/kotlin/com/lambda/config/blocks/BuildSettings.kt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -35,9 +35,9 @@ class BuildSettings(override val c: Config) : BuildConfig, ConfigBlock {
35
35
@Group(GENERAL_GROUP) overrideval interactBlocks by c.setting("Interact", true, "Interact blocks")
36
36
37
37
@Group(GENERAL_GROUP) overrideval pathing by c.setting("Pathing", false, "Path to blocks")
38
-
@Group(GENERAL_GROUP) overrideval stayInRange by c.setting("Stay In Range", false, "Stay in range of blocks")
39
38
@Group(GENERAL_GROUP) overrideval collectDrops by c.setting("Collect All Drops", false, "Collect all drops when breaking blocks")
40
39
@Group(GENERAL_GROUP) overrideval spleefEntities by c.setting("Spleef Entities", false, "Breaks blocks beneath entities blocking placements to get them out of the way")
40
+
@Group(GENERAL_GROUP) overrideval cautionDoubleBlocks by c.setting("Caution Double Blocks", true, "Prevents spamming double blocks like doors, chests, etc when configured to interact more than once per tick")
41
41
@Group(GENERAL_GROUP) overrideval maxPendingActions by c.setting("Max Pending Actions", 15, 1..30, 1, "The maximum count of pending interactions to allow before pausing future interactions")
42
42
@Group(GENERAL_GROUP) overrideval actionTimeout by c.setting("Action Timeout", 10, 1..30, 1, "Timeout for block breaks in ticks", unit =" ticks")
0 commit comments