CyclopsMC / IntegratedCrafting

Craft stuff in Integrated Dynamics networks
MIT License
7 stars 6 forks source link

When creating a crafting recipe and not putting the output in the top slot, crafting waits for air #52

Closed 7eggert closed 3 years ago

7eggert commented 3 years ago

Issue type:


Short description:

When creating a crafting recipe and not putting the output in the top slot, crafting waits for air

Steps to reproduce the problem:

  1. take a pile of e.g. zinc dust and a zinc ingot.
  2. Use the logic programmer to make a recipe variable
  3. while doing this, use the third output slot
  4. craft that ingot e.g. using the terminal

Expected behaviour:

One input generates one output; in my case it is put into a neighboring chest and then imported

(It's a thermal expansion machine; IC does not suck out the ingot by itself)

I changed the recipe to not include air; then it works.


Versions:

rubensworks commented 3 years ago

Thanks for reporting!