Skip to content

Conversation

@IceTank
Copy link
Contributor

@IceTank IceTank commented Jan 26, 2026

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

@IceTank
Copy link
Contributor Author

IceTank commented Jan 26, 2026

Auto.drop.mp4
Auto.inv.drop.mp4

@beanbag44 beanbag44 self-requested a review January 26, 2026 23:30
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.

Really handy module, just some small nit picks and changes


init {
listen<TickEvent.Pre> {
if (!timer.timePassed(200.milliseconds)) {
Copy link
Member

Choose a reason for hiding this comment

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

we have an actions per second timer in the inventory config. I'd set the default value to this and let the inventory manager handle the delay

Copy link
Contributor Author

Choose a reason for hiding this comment

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

How would I use the inventory request limit? Just spam inventory requests every tick?

Copy link
Member

Choose a reason for hiding this comment

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

yeah, all requests are expected to be sent on a tickly basis to stay up to date with the rest of the game

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants