Oritech

Oritech

588k Downloads

Item filter sees only the first item in the inventory.

GreyMesmer opened this issue ยท 1 comments

commented

Issue description

When the pipe with the item filter takes items from the inventory, it takes them if there're no any non-matching items before the matching one. It stops working completely if the first item in the inventory doesn't match the filter.

Steps to reproduce

No response

Minecraft version

1.21.1 (Latest)

Platform

Neoforge

Loader version

21.1.134

Fabric API version

0.107.0+2.0.25+1.21.1

Oritech version

0.14.4

Other relevant versions

No response

If a (crash)log is relevant for this issue, link it here: (It's almost always relevant)

No response

commented

This is working as intended. Item pipes only extract from the first non-empty slot. If the pipe has nowhere to put the item, it basically becomes clogged. Try to design your networks in a way that there's always somewhere for the items to go to.