Fixed creation of configuration file (Thanks @5121f) Plugin recompiled to support java 17.
Update to minecraft 1.21.2
Remove debug logs
Java 17 support
Backport 1.7.0 version to minecraft from 1.19 to minecraft 1.20.4
Improved work with potions
Changed the color change time, now color is set in milliseconds instead of number of frames
Minor bug fixes
Update to minecraft 1.21
Support for version minecraft 1.20.5, 1.20.6
Versions before 1.20.5 will not work with this version
The effector priority has been changed (custom fog does not apply if blindness or darkness effect is applied to the player)
Added math module advanced Advanced math module supports:
- +
- -
- *
- /
- ^ (pow)
- m (min)
- x (max)
updated placeholders:
- {vieDistance}
- {thickFog}
- {underwaterVisibility}
Updated the default configuration file to make it more informative on new features
Improved calculation performance in simple mode. Added the ability to add change time for colors, alpha and distance:
- rTime
- gTime
- bTime
- alphaTime
- startTime
- endTime
Darkness and blidness change custom fog start and end
Fix game crash if the state is not set in the configuration Fixed alpha spelling in default configuration
Added the ability to customize fog for different dimensions, biomes, or biome tags.
Config now update and create correct
Now we can change the r g b individually.
In the configuration, you can use number strings instead of float number.
Increased priority of mixin (mod became more compatible with other mods).
Reduced the amount of static in the mod.
Added optional parameters rgb ("r", "g", "b") and aplha ("alpha"). The start and end parameters are now also optional.