Weather, Storms & Tornadoes

Weather, Storms & Tornadoes

11M Downloads

No storms

smuzf opened this issue · 2 comments

commented

No storms spawn naturally in 1.12.2 version
I have turned preventserverthunderstorms to false already and config other stuff to make it more likely for storms to spawn but still none form ever

commented

Hello, @smuzf.

It's likely that your I:Player_Storm_Deadly_TimeBetweenInTicks is set to a high number.

This number is measured in ticks, and there are 20 ticks per second in Minecraft.

For example, if this is set to 24000, then that's 20 minutes until you see something.

You can measure how long between storms by using this formula:

X × 20 = Y, where X is the number of seconds you wish to wait before a new storm spawns, and Y is the number of ticks to input.

Hopefully this is helpful, you can find the setting under Storms.

commented

What biome are you currently in? Also, did you modify any other settings?