Compatibility
Minecraft: Java Edition
1.21.x
1.20.6
1.20.4
Platforms
Fabric
Supported environments
90% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Details
Licensed MIT
Published 2 months ago
Updated 15 hours ago
Changelog
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.
Files
Metadata
Release channel
ReleaseVersion number
1.4.0Loaders
Game versions
1.21–1.21.1Downloads
15Publication date
November 26, 2024 at 8:35 PMPublisher
TathanDev
Maintainer