From 58627df35516f853ddc1cb2591f5b7826dfeaf5c Mon Sep 17 00:00:00 2001 From: thunderdog1138 Date: Tue, 21 Jul 2020 20:43:58 +0000 Subject: [PATCH] Update 'mods/ethereal/dirt.lua' --- mods/ethereal/dirt.lua | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/mods/ethereal/dirt.lua b/mods/ethereal/dirt.lua index 7d51bd96..b7868c22 100644 --- a/mods/ethereal/dirt.lua +++ b/mods/ethereal/dirt.lua @@ -129,17 +129,8 @@ for _, ab in pairs(minetest.registered_abms) do local node2 = ab.nodenames and ab.nodenames[2] or "" local neigh = ab.neighbors and ab.neighbors[1] or "" - if label == "Flower spread" - or node1 == "group:flora" then - - --ab.interval = 1 - --ab.chance = 1 - ab.nodenames = {"group:flora"} - ab.neighbors = {"group:soil"} - ab.action = flower_spread - -- find grow reeds abm and change to grow_papyrus function - elseif label == "Grow reeds" + if label == "Grow reeds" or node1 == "default:reeds" then --ab.interval = 2