Download Weather Tuning — Minecraft Mods — MetaMods

Weather Tuning

Active

Downloads

2

Last update

10 months ago

Versions

1.20.4 — 1.21.4
Server
Fabric
Game mechanics

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.

Project members
Kim-Lan

Kim-Lan

Developer

Created: 10 Mar 2024

ID: 21966