Compatibility
Minecraft: Java Edition
26.2
26.1.x
1.21.4
1.21
1.20.4
Platforms
Supported environments
Server-side
Singleplayer
Tags
Creators
Details
Licensed ARR
Published 3 years ago
Updated 2 weeks ago
Fine-tuning for weather mechanics.
- default config values are set to vanilla
- config values must be greater than 0, and min and max values must be provided
Config for 1.1.0 (Versions >= 26.1)
{
// whether to print ticked weather changes to console
"printToConsole": false,
// range for rain delay duration, in ticks
"rainDelayDuration": [
12000,
180000
],
// range for rain duration, in ticks
"rainWeatherDuration": [
12000,
24000
],
// range for thunder delay duration, in ticks
"thunderDelayDuration": [
12000,
180000
],
// range for thunder duration, in ticks
"thunderWeatherDuration": [
3600,
15600
]
}
Config for 1.0.0 (Versions <= 1.21.4)
{
// 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
]
}


