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

@ -1,5 +1,4 @@
------Mushrooms------
— riesenpilz_stem.png (edited with gimp) from gamiano.de
— glowshroom and lavashroom from bas080's plants mod (WTFPL)
— parasol mushroom from a mod called mushrooms (WTFPL)
— "45" mushrooms from r01922090's mush45 mod (WTFPL)

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 KiB

After

Width:  |  Height:  |  Size: 525 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.1 KiB

After

Width:  |  Height:  |  Size: 338 B