Add compatibility layer for minetest lightning mod

This commit is contained in:
cora 2024-10-21 07:34:59 +02:00 committed by cora
parent 1ff41d6c89
commit 6867fb5ff0
2 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,7 @@
lightning = {
auto = true,
effect_range = 500,
}
setmetatable(lightning, { __index = mcl_lightning })
minetest.register_alias("lightning:dying_flame", "mcl_fire:fire")

View File

@ -0,0 +1,2 @@
name = lightning
depends = mcl_lightning