minetest_mod_weather/weather/sand.lua

11 lines
225 B
Lua
Raw Permalink Normal View History

weather_mod.register_downfall("weather:sandstorm",{
2020-10-16 10:55:49 +02:00
min_pos = {x=-20, y=-4, z=-20},
max_pos = {x= 20, y=4, z= 20},
falling_speed=-1,
2020-10-16 10:55:49 +02:00
amount=40,
exptime=1,
size=25,
texture="weather_sand.png",
min_wind = 5,
})