diff options
author | TenPlus1 <kinsellaja@yahoo.com> | 2018-07-25 20:00:49 +0100 |
---|---|---|
committer | TenPlus1 <kinsellaja@yahoo.com> | 2018-07-25 20:00:49 +0100 |
commit | 7713e59f7b58579f93e4b69d0a23b64a64238301 (patch) | |
tree | d30c0f2db15fe8782e15cad9184060007ce70f1e | |
parent | 4641fecbe9415201ee077cf75ee87c886f9a7b55 (diff) |
remove group:torch from ice melting abm
-rw-r--r-- | water.lua | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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, |