Skip to content

Resource Packs

Qendolin edited this page Jun 6, 2023 · 2 revisions

Introduction

There are a few assets that can be changed with resource packs to alter the look of the clouds.

  • betterclouds/shader_presets.json
    See here for more information.
  • textures/environment/cloud_light_gradient.png
  • textures/environment/cloud_noise_rgb.png

Cloud Light Gradient

The x axis is mapped to the sky sphere, where the left side is at the sun's position and the right side is at the moon's position.
The y axis is mapped to the time of day, where 0 (sunrise) is at the top and 24000 is at the bottom and the sunset is somewhere in the middle

Cloud Noise RGB

This contains three packed noise textures.

The red channel contains marble noise that is used to dynamically scale cloud cubes and creating a "wind" effect.
The green channel contains perlin noise that is used to subtly change the brightness of cloud cubes
The blue channel is currently unused

Clone this wiki locally