-
-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Round Robin selecting different targets in same operation #166
Comments
caused by SuperFactoryManager/src/main/java/ca/teamdman/sfml/ast/InputStatement.java Lines 110 to 131 in b6e6893
SuperFactoryManager/src/main/java/ca/teamdman/sfm/common/resourcetype/ResourceType.java Lines 105 to 127 in b6e6893
which has the resource type as the outer loop instead of the block positions This is also present in OutputStatement |
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 ?
The text was updated successfully, but these errors were encountered: