-
Notifications
You must be signed in to change notification settings - Fork 85
Description
With the change to input a range for Locate Climate Extreme, it does not appear that the "Yield position of" field does anything at the moment. I tested a few times with using Min/Max for the same searches, and I got back the same results with either selected.
I was wondering if it would be possible to change that drop down to more of an inclusive/exclusive range field so that one could search either within the range, or outside of the range input. It could be used for excluding certain biomes with a single condition instead of needing an OR logic gate with an upper and a lower range condition assigned, or for something like Weirdness which seems to have a similar impact on terrain at upper and lower bounds it could be used to search both of those conditions at the same time.
Just to be clear, if the drop down is set to an Inclusive/Inside Range, then a search with values -10000 to 10000 which search for values between those two. So -10500 or 10500 would fail, and 500 would pass.
If you selected an Exclusive/Outside Range in the drop down a with values -10000 to 10000, the condition would pass if the value of weirdness was outside the range, so -10500 or 10500 would pass, but 500 would fail.