Weather config join commandNot An Issue

hello guys.

Is here any one who know how join command in config

"weather.clear_chance 0.2": 5,
"weather.dust_chance 0.2": 6,
"weather.fog_chance 0.2": 7,
"weather.overcast_chance 0.1": 8,
"weather.rain_chance 0.2": 9,
"weather.storm_chance 0.2": 10

 

i mean i want have storm with rain how to do this.

the presets are all listed in the documentation, you'll need timed excecute or similar mod to run this else you'll have to manually send the cmd in console everytime you want an event

i have timed execute i askin how to cobine two different command

for example:

"weather.overcast_chance 0.1": 8, with "weather.fog_chance 0.2": 7, 

or

"weather.fog_chance 0.2": 7, with "weather.rain_chance 0.2": 9,

how they should look properly together.

Locked automatically