Inventory Hopper only pulls item from the first discovered inventory slot
Socn opened this issue ยท 1 comments
Versions
Minecraft: 1.21
Fabric: 0.15.11
Mod: 2.0.3
Setup
As you can see, even when the furnace still has space to store more coal and raw iron, the hopper stops pulling item from the next slot (In the raw iron chest it's the third slot 'cause I didn't put any in the first slot). When I exit and log into the world again, the items in the next slot are pulled into the furnace.
So I guess the inventory hoppers will only pull items from the first slot it discovered (that passes the filter of the hopper). Is this behaviour intended or just a bug?