Fireplace Lib (Forge)

Fireplace Lib (Forge)

146k Downloads

Better multi-dependency support for Config GUI options

The-Fireplace opened this issue ยท 0 comments

commented

Is your feature request related to a problem? Please describe.
As a developer, it is limiting to have multiple dependencies forced to be an AND condition. Ideally, I want to have conditions like (A = ? and B = ?) or (C = ?)

Describe the solution you'd like
Create new addDependency functions that take multiple lists of options as parameters. One function to take AND between settings within a group and OR between groups, and another function that does OR between settings within a group and AND between groups.