Hello everyone !
Major issue of weather mods :
Every mod defines it's own weather system. For example, params used by Plantlife aren't the same than mapgen's weather noiseparams. We should make a system to normalize weather. A system that mods would be able to configure, but after loading time they will all use the same, including mapgen. It could be 2 functions for temperature and idem for humidity : a function which returns the average temperature (or humidity) forexample for mapgen, and another one returning the instant temperature (or humidity), defined by day/night cycle, and, if defined, by winter/summer cycle, with a bit of randomness (could be modelized by a 3D noise used in a 2-dimensions map, and gametime used as a 3rd dimension).
And we also need to control and detect clouds. It implies to send informations to the client.