Crate valence_weather

Source
Expand description

§valence_weather

Support for weather effects in layers. (rain, thunder, etc.)

Structs§

Rain
Component containing the rain level. Valid values are in [0, 1] with 0 being no rain and 1 being full rain.
Thunder
Component containing the thunder level. Valid values are in [0, 1] with 0 being no rain and 1 being full rain.
WeatherBundle
Bundle containing rain and thunder components. valence_weather allows this to be added to clients and chunk layer entities.
WeatherPlugin