weather2 icon indicating copy to clipboard operation
weather2 copied to clipboard

No storms

Open smuzf opened this issue 3 years ago • 2 comments

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

smuzf avatar Sep 08 '21 02:09 smuzf

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

Mrbt0907 avatar Oct 10 '21 12:10 Mrbt0907

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.

RealCrazeOfficial avatar Oct 10 '21 17:10 RealCrazeOfficial