Crafter pulls in items that it can't use.
Lodran opened this issue ยท 3 comments
The crafter accepts items into its inventory which it cannot use, resulting in clogged inventory slots, and wasted materials.
That's not really a bug. It is up to the conduits putting things into the crafter to avoid this problem. The crafter does not automatically pull from nearby inventories. You should make sure the conduits feeding the crafter only send items into the crafter that it needs.
Other crafter's (and most other machines for that matter) don't operate this way, and are far easier to manage and configure as a result.
As an example, a pulverizer will not accept items that it cannot process.
Even though they're slower, I'm using EnderIO crafters instead of yours because of this and because you can configure them to better manage input materials.