Skip to content

Feature InventoryCleaner module - #229

Open
IceTank wants to merge 11 commits into
lambda-client:1.21.11from
IceTank:feature/module/easy-trash
Open

Feature InventoryCleaner module#229
IceTank wants to merge 11 commits into
lambda-client:1.21.11from
IceTank:feature/module/easy-trash

Conversation

@IceTank

Copy link
Copy Markdown
Contributor

This module adds a feature to auto drop items when you don't have space in your inventory

@IceTank

Copy link
Copy Markdown
ContributorAuthor
Auto.drop.mp4
Auto.inv.drop.mp4

@beanbag44
beanbag44 self-requested a review January 26, 2026 23:30

@beanbag44beanbag44 left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Really handy module, just some small nit picks and changes

Comment threadsrc/main/java/com/lambda/mixin/render/HandledScreenMixin.java Outdated
Comment threadsrc/main/kotlin/com/lambda/module/modules/player/EasyTrash.kt Outdated
Comment threadsrc/main/kotlin/com/lambda/module/modules/player/EasyTrash.kt Outdated
Comment threadsrc/main/kotlin/com/lambda/module/modules/player/EasyTrash.kt Outdated
Comment threadsrc/main/kotlin/com/lambda/module/modules/player/EasyTrash.kt Outdated
Comment threadsrc/main/kotlin/com/lambda/module/modules/player/EasyTrash.kt Outdated
Comment threadsrc/main/java/com/lambda/mixin/render/HandledScreenMixin.java Outdated
Comment threadsrc/main/kotlin/com/lambda/module/modules/player/EasyTrash.kt Outdated
@IceTankIceTank changed the title feature easy-trash moduleFeature InventoryCleaner moduleFeb 21, 2026

@beanbag44beanbag44 left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

when clicking an empty slot, it still throws a stack to make space

Comment threadsrc/main/kotlin/com/lambda/module/modules/player/InventoryCleaner.kt Outdated
Comment threadsrc/main/kotlin/com/lambda/module/modules/player/InventoryCleaner.kt Outdated
Comment threadsrc/main/kotlin/com/lambda/module/modules/player/InventoryCleaner.kt Outdated
…t by putting multi line description strings for settings into one line
Comment threadsrc/main/kotlin/com/lambda/module/modules/player/InventoryCleaner.kt Outdated
/**
* Represents an action performed on an inventory slot, such as clicking or interacting with it.
*/
abstract class SlotAction : Event, ICancellable {

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Should be open, also what is up with all this ktdoc

Copy link
Copy Markdown
ContributorAuthor

Choose a reason for hiding this comment

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

Just copied what the constructor did in the rest of the file

Sign up for freeto 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.

4 participants

@IceTank@emyfops@beanbag44@Avanatiker