Weather Tuning

Weather Tuning

Mod

Fine-tuning for vanilla weather mechanics.

Server Game Mechanics

157 downloads
4 followers
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


Project members

Kim-Lan

Member

Details

Licensed MIT
Published 7 months ago
Updated 4 months ago