kavinphan / ezpas

Ez Pipes and Stuff
https://www.curseforge.com/minecraft/mc-mods/ezpas
MIT License
4 stars 5 forks source link

Minor Bug: Advanced Filtering Maintain Counts Overshoots #17

Open JoshMayberry opened 4 years ago

JoshMayberry commented 4 years ago

If a filter is set to "Maintain Counts", it can place more than the count has. For example, if you have a netherite puller providing scaffolding to a chest, and have 12 items in the filter- it will deposit 16 into the chest.

I think it does this because the netherite puller grabs groups of items and dumps it's entire payload.

If you decide to leave this bug, people can use a slower puller if they want better accuracy (which would make real world sense). :) Just thought I'd bring this bug to your attention.

cakewhip commented 4 years ago

Good catch. Will look into this 👍