2025-02-05 00:44:34 -08:00

30 lines
787 B
JSON

{
"skipWeatherOnSleep": {
"desc:": "Whether to skip weather after sleeping: default:false",
"skipWeatherOnSleep": false
},
"clearWeatherCommand": {
"desc:": "Command for clean weather",
"clearWeatherCommand": "weather clear"
},
"weatherEntries": {
"desc:": "Weather entries, duration in seconds. Weight is the chance to be chosen out of the sum of all weights",
"weatherEntries": [
{
"world": "minecraft:overworld",
"rain": {
"command": "weather rain",
"weight": 100,
"duration": 300,
"clearDuration": 3600
},
"thunder": {
"command": "weather thunder",
"weight": 20,
"duration": 200,
"clearDuration": 3600
}
}
]
}
}