![Copper Hopper](https://media.forgecdn.net/avatars/thumbnails/489/466/256/256/637795562804025738.png)
filtering doesn't work correctly when items placed in hoppers directly
pcal43 opened this issue ยท 1 comments
- regular hopper (A), output horizontally to a chest (X)
- copper hopper (C) below that filtering on ItemType T, output to a chest (Y)
- place a stack of T in A
expect: all items end up in Y
actual: half end up in X, half in Y
Placing items in a chest above A works as expected