Crate valence_weather
source ·Expand description
§valence_weather
Support for weather effects in layers. (rain, thunder, etc.)
Structs§
- Component containing the rain level. Valid values are in [0, 1] with 0 being no rain and 1 being full rain.
- Component containing the thunder level. Valid values are in [0, 1] with 0 being no rain and 1 being full rain.
- Bundle containing rain and thunder components.
valence_weather
allows this to be added to clients and chunk layer entities.