[2.0.21] Parameterized blueprint sets fluid requests and parameters
Posted: Tue Nov 26, 2024 12:23 pm
by Xentrice
Dear Devs,
1. setting a parameterized blueprint to autofill the requests of a requester chest sets fluid requests if the recipe contains any.
2. if the parameterized blueprint containts a fixed value as a request, and the same item gets requested again by parameter, the parameter is not converted upon pasting and the request is the parameter itself. The fixed request stays as is.
factorio.png (64.11 KiB) Viewed 274 times
Setting this blueprint to craft pentapod eggs demonstrates both behaviors. Unsure if 1. really constitutes a bug, 2. could surely be solved smoother, maybe by combining the requests in this case?
I believe the second one is caused by the limitation of a logistic group containing only unique signals, i.e. each signal can be listed at most once.
It looks like the fixed-amount-nutrients got set first, then trying to add parameter-nutrients got rejected/failed due to uniqueness.
Listing nutrients in their own section might be the intended solution: