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:
@ -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
|
||||
|
Reference in New Issue
Block a user