You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Probably related to the issue #511
Can be reproduced sortof with kovarex enrichment recipe in vanilla factorio, which is also a loop. Seems like the bug affects blocks when any of its output is also an output ? And AFAIK, Kovarex enrichment recipe is the only one that have that particularity in vanilla.
Tested with latest GitHub version available
Sub block setup : Just kovarex enrichment, and request 10 U235.
Parent block view : 0 value in the block. Expected the value of sub block to appear here
Comparing it with a block with no loop, like red circuit. It does show the value outputed by the sub block in the parent block
If I put any request number in the U235 request, parent block will display 10 (the value requested in the sub block)
Comparing it with a block with no loop, like red circuit. Putting any number doesn't change the value displayed, (and it was already correct).
Linking also behave weird
From the same setup, and having a sub block with no input configured (clearing it), and requesting 10 U235 in parent block will stay at 0 with the block linked. Expected the sub block to be "configured" with 10 U235 request, thus having 30 u238 Ingredients/input.
doing the same with a similar setup but non looping recipe will show the product output/inputs as if it was configured inside the sub block
Configuring an amount in the sub block (2 in this example) will allow the parent block to show the correct amount (with 5 factories). I guess this is mostly what is expected. (IMHO still not convinced by it not overriding any value in sub block)
Production line data (should be same as third screenshot ?) :
Probably related to the issue #511
Can be reproduced sortof with kovarex enrichment recipe in vanilla factorio, which is also a loop. Seems like the bug affects blocks when any of its output is also an output ? And AFAIK, Kovarex enrichment recipe is the only one that have that particularity in vanilla.
Tested with latest GitHub version available
Sub block setup : Just kovarex enrichment, and request 10 U235.
Parent block view : 0 value in the block. Expected the value of sub block to appear here
Comparing it with a block with no loop, like red circuit. It does show the value outputed by the sub block in the parent block
If I put any request number in the U235 request, parent block will display 10 (the value requested in the sub block)
Comparing it with a block with no loop, like red circuit. Putting any number doesn't change the value displayed, (and it was already correct).
Linking also behave weird
From the same setup, and having a sub block with no input configured (clearing it), and requesting 10 U235 in parent block will stay at 0 with the block linked. Expected the sub block to be "configured" with 10 U235 request, thus having 30 u238 Ingredients/input.
doing the same with a similar setup but non looping recipe will show the product output/inputs as if it was configured inside the sub block
Configuring an amount in the sub block (2 in this example) will allow the parent block to show the correct amount (with 5 factories). I guess this is mostly what is expected. (IMHO still not convinced by it not overriding any value in sub block)
Production line data (should be same as third screenshot ?) :
Recipe that have a "loop" are rare in vanilla, but in modded it's quite frequent (Pyanodon 👀)
The text was updated successfully, but these errors were encountered: