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
improve / fix transferring from containers that require external actions like placing and opening a shulker, to then break and pick it up again afterward, etc.
Copy file name to clipboardExpand all lines: src/main/kotlin/com/lambda/config/groups/BuildSettings.kt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -44,8 +44,8 @@ class BuildSettings(
44
44
overrideval actionTimeout by c.setting("Action Timeout", 10, 1..30, 1, "Timeout for block breaks in ticks", unit =" ticks").group(baseGroup, Group.General).index()
overrideval checkSideVisibility by c.setting("Visibility Check", true, "Whether to check if an AABB side is visible").group(baseGroup, Group.Scan).index()
0 commit comments