mirror of
https://github.com/t-affeldt/regional_weather.git
synced 2025-07-17 16:00:35 +02:00
Improve heavy snow performance, add pedology support, add documentation
This commit is contained in:
@ -1,3 +1,10 @@
|
||||
--[[
|
||||
# Lightning Effect
|
||||
Use this effect to cause lightning strikes.
|
||||
Requires lightning mod in order to function.
|
||||
Uses default lightning configuration. Expects any non-nil parameter.
|
||||
]]
|
||||
|
||||
if not minetest.get_modpath("lightning") then return end
|
||||
|
||||
local EFFECT_NAME = "regional_weather:lightning"
|
||||
|
Reference in New Issue
Block a user