mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-05-20 22:33:16 -04:00
Included paramtype2=facedir in mapgen.lua
This commit is contained in:
parent
4bfa30d6c2
commit
964a715e61
1 changed files with 1 additions and 1 deletions
|
@ -371,7 +371,7 @@ function default.make_nyancat(pos, facedir, length)
|
||||||
for i=1,length do
|
for i=1,length do
|
||||||
p.x = p.x + tailvec.x
|
p.x = p.x + tailvec.x
|
||||||
p.z = p.z + tailvec.z
|
p.z = p.z + tailvec.z
|
||||||
minetest.set_node(p, {name="default:nyancat_rainbow"})
|
minetest.set_node(p, {name="default:nyancat_rainbow", param2=facedir})
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue