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

Request: Make baskets gradually increase the power level they output as they get filled (comparator-like baskets) #345

Open
theothertored opened this issue Aug 25, 2024 · 1 comment

Comments

@theothertored
Copy link

Is your feature request related to a problem? Please describe.

Baskets only emit a full signal strength signal when completely full. This means that you can only react to your basket being completely full as opposed to when it is nearly full (giving you time to empty the basket before any items start despawning).

Describe the solution you'd like

I'd like the baskets to output a signal strength proportional to how filled they are, similar to how comparators work in vanilla. To avoid forcing players to build a 15 long redstone line to check if the basket is completely full, the basket could only power adjacent blocks when completely full. To get an accurate reading, output must be taken from the basket directly with a line of dust. To just activate a light when the basket is full, put a solid block between the basket and a lamp.

@Bigjango13
Copy link

While this is useful, it would break a ton of current storage systems.

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

No branches or pull requests

2 participants