1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-07-04 09:00:22 +02:00

Updated riesenpilz for new stem textures

- Changed stem texture
- The update have been checked with git diff : the mod have never been
  changed by us
This commit is contained in:
LeMagnesium
2015-01-17 22:33:45 +01:00
parent 7e98bb0437
commit 1e032c6ab2
4 changed files with 1 additions and 2 deletions

View File

@ -680,7 +680,7 @@ for name,i in pairs(mushrooms_list) do
for _,p in pairs(ps) do
minetest.set_node(p, {name=nd})
end
print("[riesenpilz] "..nd.." mushrooms grew at "..minetest.pos_to_string(pos))
minetest.log("info", "[riesenpilz] "..nd.." mushrooms grew at "..minetest.pos_to_string(pos))
end
})
end