summaryrefslogtreecommitdiff
path: root/water.lua
diff options
context:
space:
mode:
authorroot <root@linux-forks.de>2018-08-24 18:51:29 +0200
committerroot <root@linux-forks.de>2018-08-24 18:51:29 +0200
commitb32bd2d50b685e9f550f1138d3db1ed0c6504d2c (patch)
tree430cb14a8978df59148721419c412b2fefa59459 /water.lua
parent36dbea5a590b5cf6b6a80dbc1625215a1ba50e47 (diff)
parent9dac31a106b10e72bb3a5e71f8cd5d8f69e5aafb (diff)
Merge https://notabug.org/TenPlus1/ethereal
Diffstat (limited to 'water.lua')
-rw-r--r--water.lua5
1 files changed, 3 insertions, 2 deletions
diff --git a/water.lua b/water.lua
index 70abbc8..9997ecf 100644
--- a/water.lua
+++ b/water.lua
@@ -65,7 +65,7 @@ minetest.register_abm({
end,
})
--- If Heat Source near Ice or Snow then melt
+-- If Heat Source near Ice or Snow then melt.
minetest.register_abm({
label = "Ethereal melt snow/ice",
nodenames = {
@@ -74,7 +74,8 @@ minetest.register_abm({
},
neighbors = {
"fire:basic_fire", "default:lava_source", "default:lava_flowing",
- "default:furnace_active", "group:torch", "default:torch"
+ "default:furnace_active", "default:torch", "default:torch_wall",
+ "default:torch_ceiling"
},
interval = 5,
chance = 4,