every 20 ticks do
INPUT item::, fluid:: FROM RECIPE_INPUT
OUTPUT item::, fluid:: TO BUFFER_TARGET ROUND ROBIN BY BLOCK
FORGET
INPUT item::, fluid:: FROM EACH EBF_OUTPUT
OUTPUT Item::, fluid:: TO RECIPE_OUTPUT
end
When using the OUTPUT operation here it chooses different ROUND ROBING targets for the fluid and the items.
As far as my understanding goes it should be the same right ? If not is there an option to make it the same so recipes can safely be transported from a Ingredient Buffer to a e.g. GT Machine ?
Using the latest ATM9 Version.
The following program is used.
When using the OUTPUT operation here it chooses different ROUND ROBING targets for the fluid and the items. As far as my understanding goes it should be the same right ? If not is there an option to make it the same so recipes can safely be transported from a Ingredient Buffer to a e.g. GT Machine ?