Bug in "For Each Loop" 2
Proha5 opened this issue ยท 1 comments
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.