pkmnfrk / equivalentintegrations

Equivalent Integrations - expanding EMC to the rest of the Minecraft ecosystem
Other
7 stars 4 forks source link

Allow >1 Item/Tick Insertion Into EMC Machines #43

Open Brittank88 opened 4 years ago

Brittank88 commented 4 years ago

Currently, attempting to insert any more than one item per tick causes the stack being sent to not be converted to EMC at all (currently testing with a Transmutation Disassembler).

I am using a NuclearCraft Dense Cobble Generator to pump cobblestone into a Transmutation Disassembler via a Cyclic Item Extraction Cable.

In the Item Extraction Cable, a stack size to be sent per tick can be specified, within the range [1,64]. Anything above 1 just doesn't work. Using multiple cables set to stack size 1 doesn't work.