Weather Tuning
Modification for fine-tuning the standard weather system in Minecraft. Allows flexible adjustment of the duration of various weather conditions in the game.
In the configuration file, you can set the following parameters:
{
// whether to output weather change information to the console
"printToConsole": false,
// range of clear weather duration in ticks
"clearWeatherDuration": [
12000,
180000
],
// range of rain duration in ticks
"rainWeatherDuration": [
12000,
24000
],
// range of weather without thunder duration in ticks
"clearThunderWeatherDuration": [
12000,
180000
],
// range of thunderstorm duration in ticks
"thunderWeatherDuration": [
3600,
15600
]
}
Default values are set to match the original game.
All configuration values must be greater than zero, and both minimum and maximum values must be specified for each parameter.