Copper Hopper

Copper Hopper

99.3k Downloads

filtering doesn't work correctly when items placed in hoppers directly

pcal43 opened this issue ยท 1 comments

commented
  • 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

commented

iirc that's normal hopper mechanics. Every tick, hopper A pushes into the chest, and hopper C pulls and item from Hopper A. That's why the counts are split in half.