Sky Aesthetics 1.3.0
Features
- Custom Cloud Color
- Sky Object Rotation
Breaking Changes
- Change the color of the stars to a Vector3
- Change the color of the constellation to a Vector3
{
"color": [160, 180, -1]
}
- Change the color of the sky Color to a Vector4f (R, G, B, and the alpha)
{
"color": [160, 180, 200, 1]
}
Fix
- Fix sunrise color rendering ar midnigh ( #14 )
- Fix wrong sunrise color ( #15 )
Sky Aesthetics 1.2.12
Fix
- Fix sunrise color causing NullPointerException (Second Time ðŸ˜)
Sky Aesthetics 1.2.11
Fix
- Fix sunrise color causing NullPointerException
Sky Aesthetics 1.2.10
Features
- Added
sunrise_alpha_modifier
option- This is a multiplier for the sunrise color alpha channel
Sky Aesthetics 1.2.9
Changes
- Change
sunrise_color
option- Now require RGB value
Sky Aesthetics 1.2.8
Features
- Add
sunrise_color
option- this option allows you to change the color of the sunrise? Require a List of 4 floats
Fixes
- Fix access widener error
Sky Aesthetics 1.2.6
Fix
- Fix sky rendering bug