Super Factory Manager ( SFM )

Super Factory Manager ( SFM )

16M Downloads

Bug in "For Each Loop" 2

Proha5 opened this issue ยท 1 comments

commented

the bug present only in v2.0.20.
v2.0.19 was forks fine.

Needs: Move resources to several chests. Using "for loop". (I know, SFM can it do without loop, but my real setup have extended logic)

Input(from source chest, empty black list.)
foreach(List var: Several destination chests; Element var: current)
output(to current, empty black list.)

Run. And SFM fill only 1 chest. Never outputed into other chests.
But, if change code to:
foreach
input
output
then works fine.

commented

With input empty blacklist
With output whitelist 10xstone
image
works
image
doesn't work (bug)

Should be fixed now, pushing build to Curseforge