Sky Aesthetics 1.21.4
Well, There is not much to tell here... I mean, I just updated the mod to 1.21.4. Cool right ?
But hey, you know, life is like a chocolate box, you never know what you are going to get. No I'm just kidding, I just hate port mods to others versions, it's a pain
Time to sleep and not ruin my school life (Guess who has exams tomorrow ? ME !!!) It's crazy how much a man can say weird things in this changelog, right ? Btw, I have a girlfriend (Yea, I'm a modder and I have a girlfriend)
On this note, goodnight, good play and see you in the next update !
Important Note
After writing this masterpiece, there is just a breaking changes :
color
of the sky color is now a Vector3, not a Vector4
Sky Aesthetics 1.21.3
Fixes
- Fixed vanilla stars
Sky Aesthetics 1.21.3
Well, There is not much to tell here... I mean, I just updated the mod to 1.21.3. Yea I know it has been a while since the 1.21.3 is out.
But hey, you know, life is like a chocolate box, you never know what you are going to get. No I'm just kidding, I just hate port mods to others versions, it's a pain
Important Note
After writing this masterpiece, there is just a breaking changes :
color
of the sky color is now a Vector3, not a Vector4
Sky Aesthetics 1.21.3 alpha 2
Added
- Added Rain Removel
- Added Custom Sky Color
Sky Aesthetics 1.21.3
This an alpha because some features are not yet implemented like custom vanilla object
Sky Aesthetics 1.4.0
Features
- Added Fog Settings
- Custom fog color
- Custom fog density
{
"fog_settings": {
"fog": true,
"fog_color": [255, 0, 0],
"fog_density": [10, 11]
}
}
- Added cloud settings
- Custom cloud color depending on the weather
- Cloud Height
- Render clouds
{
"cloud_settings": {
"cloud": false,
"cloud_height": 192,
"cloud_color": {
"base_color": [255, 0, 0],
"rain_color": [0, 255, 0],
"storm_color": [0, 0, 255],
"always_base_color": false
}
}
}
Changes
- Remove
fog
settings. You can now usefog_settings
to enable fog. - Move
clouds
andclouds_height
tocloud_settings
to enable clouds.
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