Update 'mods/ethereal/dirt.lua'

This commit is contained in:
thunderdog1138 2020-07-21 20:43:58 +00:00
parent ad9ea5d1ee
commit 58627df355
1 changed files with 1 additions and 10 deletions

View File

@ -129,17 +129,8 @@ for _, ab in pairs(minetest.registered_abms) do
local node2 = ab.nodenames and ab.nodenames[2] or "" local node2 = ab.nodenames and ab.nodenames[2] or ""
local neigh = ab.neighbors and ab.neighbors[1] 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 -- find grow reeds abm and change to grow_papyrus function
elseif label == "Grow reeds" if label == "Grow reeds"
or node1 == "default:reeds" then or node1 == "default:reeds" then
--ab.interval = 2 --ab.interval = 2