Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Block Breaker should pause if inventory is full instead of dropping items #381

Open
maradotwebp opened this issue Jan 4, 2021 · 1 comment
Labels
enhancement New feature or request fixed-in-dev

Comments

@maradotwebp
Copy link

Current Behaviour: If a block breaker has a full inventory, blocks are still being broken, but they spawn as drops.

Proposed behaviour: If a block breaker has a full inventory, the block breaker skips the action and does not consume energy.

Why?

  • would make automation easier
  • would make behaviour consistent with vanilla (furnaces also don't start spewing items everywhere if the output slot is full)
  • would make behaviour consistent with the block placer (it pauses if it can't place a block)
  • would prevent my concrete farm from generating about 1k item drops per minute while I'm afk and blissfully unaware of the chaos unfolding around me
@vini2003
Copy link
Contributor

vini2003 commented May 9, 2021

Fixed in development build.

@vini2003 vini2003 added enhancement New feature or request fixed-in-dev labels May 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request fixed-in-dev
Projects
None yet
Development

No branches or pull requests

2 participants