PneumaticCraft: Repressurized

PneumaticCraft: Repressurized

43M Downloads

Assembly IO Unit give items to each other

Xiaminou opened this issue ยท 1 comments

commented

When using the Assembly IO Unit with a diagonal output chest the output IO Unit will give the output to the input IO Unit instead.
Video: https://youtu.be/uOSKwHze9_M

commented

Seems like there is no check if the drop off location is another IO Unit.

Maybe if (te instanceof TileEntityAssemblyRobot) return -1; in method TileEntityAssemblyIOUnit#getInventoryPlaceLocation(ItemStack, TileEntity) could fix this.