Autocrafting stuck with fluid input and output
Theoooooo opened this issue ยท 3 comments
I was testing this mob because it looks very promising at autocrafting items and fluids, but i'm stuck in a issue :
In this exemple, i tried to autocraft methane out of another fluid :
1 Carbon Dust
4000 mb Hydrogen
Which result into 5000 mb of Methane
I encoded this recipe :
1 Carbon Dust
Flask of 4000 mb of Hydrogen
One empty flask of 1000 mb
One empty flask of 4000 mb
But the craft seems stuck everytime you add an empty flask with filled flask as items to send to the interface.
If i removed the emply flasks, the items and fluids get pushed correctly to the interface but then output fluid does not get craft into flash, because they are not present into the internal buffer of the interface.
Is it a bug or i am doing it wrong ?
To trick this, i have to output the fluid content to a Tank from EnderIO, export empty 1000 mb flasks inside and export the filled flask after that :
And then encode the recipe this way :
@exzhawk Working perfectly !
Thanks