Page 1 of 1

[kovarex] [2.0.12] Blueprint parameter substitution fails when value is greater than request range

Posted: Wed Oct 30, 2024 4:03 am
by Trambelus
Steps to reproduce:

1. Set a request for an item (e.g. copper plates) in a requester chest with a definite upper bound, like 100-200
2. Make it into a blueprint, with the item type and value as parameters, leaving everything else at default
3. Place the blueprint, setting the parameter type to any item (e.g. iron plates) and setting the value to something higher than the upper bound in the blueprint (e.g. 300)
4. Instead of the chosen type (iron plates), the requester chest contains a request for the parameter type, and the value is unchanged from what was in the blueprint.

Here's an example blueprint string to illustrate. Placing it and entering a value higher than 200 will demonstrate the error.

Code: Select all

0eNqFkdFugzAMRf/Fz2ZKKygi0r5kqlCAdItEEpqEtgjl3+cAZepDNfGAfWX7XDszNP0oB6dMAD6Daq3xwL9m8OrbiD5pRmgJHJy8jtIH6bL2h/4QEZTp5AP4IZ4RpAkqKLk2L8lUm1E30lEBvhuCMFhPfdYkEs3Kq/KjQJiAZwWjkChbT31RPTX6VOhlm3pW2NMFwl7xom7oQTgKEpoR9jqKniySbqzTtChCa3WqCZYcw+cijOkqB8YQtHjUW35kLJ7pS1vvQ1domIaEUh3s2Iu12SJjkt/YyOjs3X6G/73FiDtsOzI+Aw5k+JV/oxnJrQpSk/T34gi9aCS9Mti7pexGiywmitOxyquqyI+sLPNTjL/XOLZN

Re: [kovarex] [2.0.12] Blueprint parameter substitution fails when value is greater than request range

Posted: Tue Nov 12, 2024 1:03 pm
by kovarex
Thanks for the report, I allowed to increase (push) the maximum amount by parametrising the minimum to be higher.
It is now changed for the next release.