BuildCraft|Factory

BuildCraft|Factory

7M Downloads

Emzuli pipes get stuck when inventory empty

Ghent opened this issue ยท 0 comments

commented

BuildCraft version: 7.99.15
Forge version: 14.23.2.2618
Link to crash report or log:
Singleplayer or multiplayer: Both
Steps to reproduce: Set up an emzuli pipe and connect to chest. Set emzuli pipe to item not in chest. Enable method of redstone to pipe and watch that it will not iterate off of the color providing the missing item.
Additional information:
Natural behavior would dictate that it should probably just attempt to give the item out and continue iterating through all items regardless. As per discussion, this seems to be how it was in earlier versions. It was also suggested that perhaps it should just pull all items simultaneous rather than iterating through each in a loop fashion. Not sure if that's a good idea or not.