Skip to content

Feature: StashMover module#282

Merged
beanbag44 merged 20 commits into
1.21.11from
feature/stashmover
Apr 18, 2026
Merged

Feature: StashMover module#282
beanbag44 merged 20 commits into
1.21.11from
feature/stashmover

Conversation

@beanbag44
Copy link
Copy Markdown
Member

Adds a module that allows the user to select pull and put chests to pull and put items from and to.

There is a pearl bot and mover bot. The pearl bot receives messages from the mover bot to pearl the account when its inventory is full. The mover bot does almost all the heavy lifting. The mover bot should have its bed set at the pull stash, and a pearl set in a contraption where the pearl bot can load it using a button press. There should be a dropper setup by the pearling station where the mover can retrieve a new pearl to set itself again.

@github-project-automation github-project-automation Bot moved this to Backlog in Kanban Apr 10, 2026
@beanbag44 beanbag44 marked this pull request as draft April 11, 2026 01:01

private data class LimitHandler(var maxPacketsThisTimeframe: Int, var packetsThisTimeframe: Int, var timeframe: Int) {
val tickTimer = TickTimer()
private class LimitHandler {
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Please dont use raw values as durations. Duration exist for a reason

@beanbag44
Copy link
Copy Markdown
Member Author

🤓

@beanbag44 beanbag44 marked this pull request as ready for review April 18, 2026 18:49
@beanbag44 beanbag44 merged commit ff11290 into 1.21.11 Apr 18, 2026
@github-project-automation github-project-automation Bot moved this from Backlog to Done in Kanban Apr 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants