Skip to content

feat(AutoVillagerCycle): Add module to automatically cycle librarians for book enchantments#263

Open
IceTank wants to merge 3 commits intolambda-client:1.21.11from
IceTank:feature/module/AutoVillagerCycle
Open

feat(AutoVillagerCycle): Add module to automatically cycle librarians for book enchantments#263
IceTank wants to merge 3 commits intolambda-client:1.21.11from
IceTank:feature/module/AutoVillagerCycle

Conversation

@IceTank
Copy link
Contributor

@IceTank IceTank commented Mar 8, 2026

This module automatically cycles librarians by continuously breaking and replacing lecterns until a specific enchanted book is found.

@github-project-automation github-project-automation bot moved this to Backlog in Kanban Mar 11, 2026
Copy link
Member

@beanbag44 beanbag44 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

one small thing

val done = rotationRequest {
rotation(it.rotation)
}.submit().done
if (done) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the tickCounter is set back to 0 even if the rotation request fails. That could probably result in a constant loop if the user doesnt have instant rotations as it would attempt to rotate. Not fast enough to complete it the first tick, then fail the interact, delay would let the rotation go back to where it was, and then so on and so on

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Backlog

Development

Successfully merging this pull request may close these issues.

2 participants