
IC2C machine inventory not accessible until at least 1 item is added to the inventory
Lumpous opened this issue ยท 3 comments
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)
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.