Create/config/simpleclouds-common.toml
2025-07-06 13:20:24 +02:00

16 lines
435 B
TOML

#Weather
[weather]
#Lightning And Thunder
[weather.lightning_and_thunder]
#Specifies the shortest interval until the next lightning strike will spawn, in ticks.
#Default: 10
# Default: 10
# Range: 1 ~ 72000
lightningSpawnIntervalMinimum = 10
#Specifies the longest interval until the next lightning strike will spawn, in ticks.
#Default: 160
# Default: 160
# Range: 1 ~ 72000
lightningSpawnIntervalMaximum = 160