From d85052c511f0ef4c3cd47b95b965919285983e64 Mon Sep 17 00:00:00 2001 From: HybridDog Date: Tue, 11 Jun 2013 19:37:12 +0200 Subject: [PATCH] update --- natur.lua | 1 + 1 file changed, 1 insertion(+) 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, })