-
-
Notifications
You must be signed in to change notification settings - Fork 97
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
Filters weird behavior #2355
Comments
Personally, I think that there is an error in the logic of the filter, it transfers only those items whose number is equal to one. When entering items into the filter, only one quantity can be entered. The result is that the filter ignores those items that are more than one in the stack. The same applies to the ignore filter. |
Minecraft 1.20.1 | NeoForge 47.1.84 | Cyclic 1.12.6 Unrelated, but just to mention as well: Precise Dropper doesn't wait to have the exact Count specified to drop it all together as a stack. Instead it always drops when it tries to drop regardless of how much it has. |
Minecraft Version:
1.20.1
Forge Version:
47.2.0
Mod Version:
1.12.4
Single Player or Server:
Single Player
Describe problem (what you were doing; what happened; what should have happened):
When configuring cables for a farm, the ignore list does not let items through it should let through (oak saplings into forester) and the allow list only lets through exact amounts (1-9) when those amounts are present as exactly that stack in a chest.
The Item collector doesn't pick up things when the filter is set to (for example) allow oak logs, and has weird behavior with the deny list as well.
What should happen is that the stack problem is fixed and cables let through all of the items in the allow list, regardless of stack size, or stack size should be more configurable.
P.S. in fact, it doesn't let through any saplings when more than 1 is in the card.
Log file link:
Video/images/gifs (direct upload or link):
The text was updated successfully, but these errors were encountered: