diff --git a/natur.lua b/natur.lua index becc0f5..cdeb19d 100644 --- a/natur.lua +++ b/natur.lua @@ -7,6 +7,7 @@ local function moss(input, output) action = function(pos) if not minetest.env:find_node_near(pos, 3, output) then minetest.env:add_node(pos, {name=output}) + print("[extrablocks] "..input.." changed to "..output.." at ("..pos.x..", "..pos.y..", "..pos.z..")") end end, })