Evolution Attribute Modifier at lowest possible breaks
MoRoN222 opened this issue ยท 2 comments
Minecraft version
1.19.2
Mod version
3.1.1
Describe the bug
When I move the slider all way to the left (value 0.01), and then open the mod's config using Create's config menu the value actually goes a little bit lower (0.009999999776482582) + I didn't notice that the evolution speed got faster in-game because that value is an invalid value.
To Reproduce
Steps to reproduce the behavior:
- Get Create
- Make new world and set evolution attribute modifier to lowest
- Save config settings
- Type command
/create config
- Open witherstormmod's config through Create's config menu (click "access configs of other mods" then scroll to find the witherstormmod and click the double arrow button, go to server config and scroll down until you can find the evolution attribute modifier config)
- See that the value is... weird.
Crash Reports / Logs
N/A
Is Flywheel's optimizations active?
No.
Screenshots
No, not really.
This is just the closest approximation of the decimal representation of 0.01, basically funny coding does this nothing can be done about this it's just how 0.01 is read, this has no affect on the game and it's not invalid because it's not set to 0, very basic explanation but this can't be fixed