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

Filters weird behavior #2355

Open
Ench-Wraits opened this issue Dec 26, 2023 · 3 comments
Open

Filters weird behavior #2355

Ench-Wraits opened this issue Dec 26, 2023 · 3 comments
Labels

Comments

@Ench-Wraits
Copy link

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):
image
image
image
image
image

@Lothrazar Lothrazar added the 1.20 label Jan 2, 2024
@esvarc
Copy link

esvarc commented Jan 4, 2024

Actually same for version of MC 1.20.1 and cyclic-1.20.1-1.12.4.jar. Simple setup, tested with 2 filters one allow iron secon ignore poppy. When on ignore all items are moved from left to right. When on Allow nothing happens it stys in left chest.

With ignore
image

With allow
image

image

@esvarc
Copy link

esvarc commented Jan 4, 2024

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.

@eqagunn
Copy link

eqagunn commented May 8, 2024

Minecraft 1.20.1 | NeoForge 47.1.84 | Cyclic 1.12.6
Experiencing the same issue. Filter makes Item Collector collect only single items. Stacks get ignored.

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants