Page 1 of 1

[2.0.55] loigisitc request isn't set properly with parametrize bluprint using recipe with same ingredient.

Posted: Sat Jun 21, 2025 2:15 pm
by marrette
when using a parametrize bluprint that set to recipe with the same ingredient. the logisitic request isn't set properly.

Step :
1) create an new save in vanila
2) enable all cheet and editor mod (only useful for faster reproduction).
3) place 2 assembler and 1 requester chest
4) set 2 different recipe to the assembler
assembling_machine.PNG
assembling_machine.PNG (302.07 KiB) Viewed 232 times
5) set several dummy request
chest_request.PNG
chest_request.PNG (336.67 KiB) Viewed 232 times
6) make a bluprint with the chest and the assembler
bluprint.PNG
bluprint.PNG (550.88 KiB) Viewed 232 times
7) parametrize it
bluprint_parametrisation.PNG
bluprint_parametrisation.PNG (536.52 KiB) Viewed 232 times
8) set the 2 recipe as input parameter
8) make the chest request dependent of the recipe. (assigned at least one request to all the recipe)
bluprint_parametrisation_done.PNG
bluprint_parametrisation_done.PNG (453.94 KiB) Viewed 232 times
9) save your bluprint
10) use 2 recipe that request at least one common ingredient.
use_bluprint.PNG
use_bluprint.PNG (479.76 KiB) Viewed 232 times
11) place the bluprint.
12) open the chest yo see how the request where set
chest_result.PNG
chest_result.PNG (302.27 KiB) Viewed 232 times
chest_result_bis.PNG
chest_result_bis.PNG (27.75 KiB) Viewed 232 times
13) the request number clearly look like a bug.

Expected result
chest_result_2.PNG
chest_result_2.PNG (420.4 KiB) Viewed 232 times
chest_result_bis_2.PNG
chest_result_bis_2.PNG (553.95 KiB) Viewed 232 times

Re: [2.0.55] loigisitc request isn't set properly with parametrize bluprint using recipe with same ingredient.

Posted: Sat Jun 21, 2025 2:42 pm
by boskid
I see current behavior is incorrect, however proposed behavior is also incorrect. Expected requests would be "200-Inf" given that it would be composed of two "100-Inf" requests.

Re: [2.0.55] loigisitc request isn't set properly with parametrize bluprint using recipe with same ingredient.

Posted: Sat Jun 21, 2025 3:31 pm
by boskid
Thanks for the report. Issue is now fixed for 2.0.58: in the provided case, the requests will get merged into "200-Inf".