WeatherTuning

WeatherTuning

Mod

Fine-tuning for vanilla weather mechanics.

Server

24 downloads
2 followers
Created2 months ago
Updated2 months ago

Follow Save
Host your Minecraft server on BisectHosting - get 25% off your first month with code MODRINTH.

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

External resources



Project members

Kim-Lan

Member


Technical information

License
Client side
unsupported
Server side
required
Project ID