Page 1 of 1

[2.0.20] Parametrized Blueprint does not set recipe

Posted: Thu Nov 21, 2024 3:13 pm
by Immow
When placing the blueprint it does not set the recipe on the biochamber.
I tried re-creating the blueprint or editing the faulty ones to no avail.
It does not filter to the allowed recipes the machine can do.
Blueprint code:

Re: [2.0.20] Parametrized Blueprint does not set recipe

Posted: Thu Nov 21, 2024 5:37 pm
by LCStark
Looks like it's the same issue as here - viewtopic.php?p=638737#p638737.

You're using the same parameter on chest filter as on the biochamber. Using the parameter on the chest filter limits parameter values to items, so you can't select proper recipes.

Re: [2.0.20] Parametrized Blueprint does not set recipe

Posted: Thu Nov 21, 2024 5:50 pm
by SpeckledFleebeedoo
A "product of" relation between parameters would be a nice way to solve this issue, similar to how we have "ingredient of". That way you can have the machine recipe be the main parameter and automatically have it set the product (or products) as inserter and chest filters without needing to wrap them into a single parameter.

Re: [2.0.20] Parametrized Blueprint does not set recipe

Posted: Thu Nov 21, 2024 5:53 pm
by Immow
A user on discord pointed out the issue. The TLDR is that when you set a recipe but the result is different from what you chose things go wrong when you use it as a filter on the storage chest.

https://discord.com/channels/1396775903 ... 9580386386 (link to official Factorio Discord message in Questions)

My current solution is to have two options when placing this building, one for what it's making and the second for the result.

Re: [2.0.20] Parametrized Blueprint does not set recipe

Posted: Sat Nov 23, 2024 12:10 am
by Loewchen