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

Comparator Depot Behaviour ignores max ItemStack count #7179

Open
sashafiesta opened this issue Nov 29, 2024 · 0 comments
Open

Comparator Depot Behaviour ignores max ItemStack count #7179

sashafiesta opened this issue Nov 29, 2024 · 0 comments
Labels
status: fixed in next release Issue will be fixed in the next release type: bug Issue where something isn't working

Comments

@sashafiesta
Copy link

sashafiesta commented Nov 29, 2024

Description

Max Stack size of Comparator Depot Behaviour is hardcoded to 64 which leads to incorrect comparator outputs with items stacking less than to 64.

Here's the image:
There's a stack of diamonds(100% stack filled) on the right depot and comparator outputs correct value (100% of 15)
There's a single iron sword (100% stack filled) on the left depot and comparator outputs wrong value (expected: 15)
bugimage

@sashafiesta sashafiesta added the type: bug Issue where something isn't working label Nov 29, 2024
@IThundxr IThundxr added status: confirmed Issue's details are known, it is consistently reproducible, and it needs a fix status: fixed in next release Issue will be fixed in the next release and removed status: confirmed Issue's details are known, it is consistently reproducible, and it needs a fix labels Nov 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: fixed in next release Issue will be fixed in the next release type: bug Issue where something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants