summaryrefslogtreecommitdiff
path: root/init.lua
diff options
context:
space:
mode:
Diffstat (limited to 'init.lua')
-rw-r--r--init.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/init.lua b/init.lua
index 4583add..99045f1 100644
--- a/init.lua
+++ b/init.lua
@@ -150,9 +150,9 @@ end
-- Minetest Game Factoids
--- Group cools_lava
+-- Lava cooling
local function f_cools_lava(itemstring, def)
- if def.groups.cools_lava ~= nil then
+ if def.groups.cools_lava ~= nil or def.groups.water ~= nil then
return S("This block turns adjacent lava sources into obsidian and adjacent flowing lava into stone.")
else
return ""