feat(AutoSpiral): Add AutoSpiral module#234
Draft
IceTank wants to merge 8 commits intolambda-client:1.21.11from
Draft
feat(AutoSpiral): Add AutoSpiral module#234IceTank wants to merge 8 commits intolambda-client:1.21.11from
IceTank wants to merge 8 commits intolambda-client:1.21.11from
Conversation
KMatias123
reviewed
Feb 1, 2026
src/main/kotlin/com/lambda/module/modules/movement/autospiral/SpiralIterator2d.kt
Outdated
Show resolved
Hide resolved
…tructure in SpiralIterator2d
Collaborator
|
You shouldn't add folders inside the modules folder unless it's a new category |
beanbag44
requested changes
Feb 23, 2026
| } | ||
| } | ||
|
|
||
| fun button( |
Member
There was a problem hiding this comment.
I don't think this is the best way to go about adding non-setting elements in the module gui. They seem to be hard coded to appear after non-grouped settings and before grouped settings and dont store any data in the config.
It would be nice to add arbitrary imgui elements in modules for more unique functionality, but this would likely rely on some sort of switch up in how configurables store data in the config jsons
| var setBaritoneGoal by setting("Set Baritone Goal", true, description = "Whether to set Baritone's goal to the current waypoint. Mostly so you can see where the next waypoint is.") | ||
|
|
||
| init { | ||
| button("Reset Center") { |
Member
There was a problem hiding this comment.
for now i'd remove these and replace them with block pos settings
src/main/kotlin/com/lambda/interaction/managers/rotating/RotationRequest.kt
Outdated
Show resolved
Hide resolved
Contributor
Author
|
Not to sure what to do about the buttons |
Member
|
for now just replace them with blockpos settings |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add AutoSpiral module that works in the overworld like worlds and nether