This commit is contained in:
HybridDog 2013-06-11 19:37:12 +02:00
parent 3ecfa71205
commit d85052c511

View File

@ -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,
})