Similar to the tweakDayCycleOverride tweak, adding a tweak to override the client side weather.
It works well in single player mode, but not fully works in multi-player mode, where lightning can't spawn if override weather to thundering mode, cause the lightning is spawned by server side while it's not actually a thunder weather on server side. Maybe we can simulate lightning by calculating the random lightning event on client side, but i don't think it's worth to do so. I'm wondering if there are any other way to implement overriding weather.
Similar to the
tweakDayCycleOverride
tweak, adding a tweak to override the client side weather.It works well in single player mode, but not fully works in multi-player mode, where lightning can't spawn if override weather to thundering mode, cause the lightning is spawned by server side while it's not actually a thunder weather on server side. Maybe we can simulate lightning by calculating the random lightning event on client side, but i don't think it's worth to do so. I'm wondering if there are any other way to implement overriding weather.