Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Attribute default & minimum mismatched effects? #1332

Open
NightScythe1 opened this issue Mar 21, 2024 · 0 comments
Open

Attribute default & minimum mismatched effects? #1332

NightScythe1 opened this issue Mar 21, 2024 · 0 comments

Comments

@NightScythe1
Copy link
Member

After doing some more testing with attributes, I've noticed that the min and default configurations don't take the intended effects. Setting a value in the default field does correctly set it as the default, but it also overrides the min field. This means whatever value is set in default becomes the new min/minimum.
For example, a config that looks like this:

destruction:
  default: 100
  min: 0
  max: 200

Will act like a config that looks like this:

destruction:
  default: 100
  min: 100
  max: 200
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant