Volumetric Flask

Volumetric Flask

81.7k Downloads

Autocrafting stuck with fluid input and output

Theoooooo opened this issue ยท 3 comments

commented

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 :
image
1 Carbon Dust
4000 mb Hydrogen

Which result into 5000 mb of Methane

I encoded this recipe :
image
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 :
image
And then encode the recipe this way :
image

commented

Should be fixed in version 0.16. Use the recipe with empty volumetric flasks.

commented

@exzhawk Working perfectly !
Thanks

image
Output = 5 x 1000mb flask

commented

Awesome !
I will test this when i got some spare time