Перейти к содержимому
Mineforgian

Weather Tuning

Fine-tuning for vanilla weather mechanics.

Загрузки
632
Подписчики
10
Обновлён
17 декабря 2024 г.
Лицензия
MIT

Опубликован 7 марта 2024 г.

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

Ченджлог

1.0.0+1.21.4Релиз1.21.4 · 17 декабря 2024 г.

Update to 1.21.4

1.0.0+1.21Релиз1.21 · 20 июня 2024 г.

Update to 1.21

Комментарии

Загружаем…