90% of ad revenue goes to creators. Go ad-free while supporting creators with Modrinth Plus. Subscribe today!

[Fabric] Sky Aesthetics 1.4.0

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 use fog_settings to enable fog.
  • Move clouds and clouds_height to cloud_settings to enable clouds.

Files

sky_aesthetics-fabric-1.4.0.jar(108.78 KiB) Primary Download

Project members

The Stellaris Team

The Stellaris Team

Organization

St0x0ef

Dev

TathanDev

Maintainer

Details

Licensed MIT
Published 4 months ago
Updated 17 days ago