Logistics Pipes

Logistics Pipes

13M Downloads

IC2C machine inventory not accessible until at least 1 item is added to the inventory

Lumpous opened this issue ยท 3 comments

commented

The IC2C macerator and rotary macerator are only "seen" as a valid destination for supplier pipe and modules if there is at least one item of the type to be exported in the machine.

Tested with all 6 available sides and automation upgrade in the IC2C machine.

logisticspipes-0.10.4.11.jar
IC2Classic 1.12-1.5.5.2.1.jar
forge-1.12.2-14.23.5.2860.jar

java version "1.8.0_271"
Java(TM) SE Runtime Environment (build 1.8.0_271-b09)
Java HotSpot(TM) 64-Bit Server VM (build 25.271-b09, mixed mode)

Pipe Settings:
image

IC2C Automation Upgrade:
image

Stock in storage:
image

Machine and Pipe placement:
image

commented

I have also observed this behaviour

commented

This is a bug from IC2C modifying the ItemStack in their IItemHandler.insertItem. The documentation of that function states "stack โ€“ ItemStack to insert. This must not be modified by the item handler.". I'll open a bug report on their GitHub. Fixed the issue nonetheless.

commented

Yeah derp on my side, I will address this the moment i am not 150% used up by IC2cs 1.19 port.