Compatibility
Minecraft: Java Edition
1.21
1.20.4
Platforms
Fabric
Supported environments
90% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
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