
Weather Tuning
Активный0.0
Установок
2
Последнее обновление
6 месяцев назад
Версии
1.20.4 — 1.21.4
Сервер
Fabric
Игровые механики
Fine-tuning for vanilla weather mechanics.
{
// whether to print ticked weather changes to console
"printToConsole": false,
// range for clear weather duration, in ticks
"clearWeatherDuration": [
12000,
180000
],
// range for rain duration, in ticks
"rainWeatherDuration": [
12000,
24000
],
// range for no thunder duration, in ticks
"clearThunderWeatherDuration": [
12000,
180000
],
// range for thunder duration, in ticks
"thunderWeatherDuration": [
3600,
15600
]
}
**default values are set to vanilla
**config values must be greater than 0, and min and max values must be provided