Add an option to group/split parameters' values in PB.
I want to provide default values that user might want to change but if they're the same value, they will automatically get grouped into a single parameter.
Eg.
param 1: "Number of wagons", value: 4
param 2: "Number of chests per wagon", value: 4
This doesn't work as the second param is ignored since it gets automatically grouped with the first one.
Option to split values in parameterised blueprints
Moderator: ickputzdirwech
-
- Manual Inserter
- Posts: 2
- Joined: Wed Oct 23, 2024 3:32 pm
- Contact:
Re: Option to split values in parameterised blueprints
I ran into this as well. As a work around, you could set some other parameters to some other placeholder value. However, that value then also becomes the default when placing. Allowing us to set a default value might be easier to implement than an option to split the values.