mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-11-09 12:00:17 +01: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:
parent
376cb57fd3
commit
ef5570cee4
|
@ -1,5 +1,4 @@
|
||||||
------Mushrooms------
|
------Mushrooms------
|
||||||
— riesenpilz_stem.png (edited with gimp) from gamiano.de
|
|
||||||
— glowshroom and lavashroom from bas080's plants mod (WTFPL)
|
— glowshroom and lavashroom from bas080's plants mod (WTFPL)
|
||||||
— parasol mushroom from a mod called mushrooms (WTFPL)
|
— parasol mushroom from a mod called mushrooms (WTFPL)
|
||||||
— "45" mushrooms from r01922090's mush45 mod (WTFPL)
|
— "45" mushrooms from r01922090's mush45 mod (WTFPL)
|
||||||
|
|
|
@ -680,7 +680,7 @@ for name,i in pairs(mushrooms_list) do
|
||||||
for _,p in pairs(ps) do
|
for _,p in pairs(ps) do
|
||||||
minetest.set_node(p, {name=nd})
|
minetest.set_node(p, {name=nd})
|
||||||
end
|
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
|
||||||
})
|
})
|
||||||
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 |
Loading…
Reference in New Issue
Block a user