summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTenPlus1 <kinsellaja@yahoo.com>2018-07-25 20:00:49 +0100
committerTenPlus1 <kinsellaja@yahoo.com>2018-07-25 20:00:49 +0100
commit7713e59f7b58579f93e4b69d0a23b64a64238301 (patch)
treed30c0f2db15fe8782e15cad9184060007ce70f1e
parent4641fecbe9415201ee077cf75ee87c886f9a7b55 (diff)
remove group:torch from ice melting abm
-rw-r--r--water.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/water.lua b/water.lua
index 70abbc8..d05f3db 100644
--- a/water.lua
+++ b/water.lua
@@ -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,