mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-11 17:51:04 +00:00
Fix new texture properties not being sent for minetest.add_particle (#14760)
Co-authored-by: Lars Müller <appgurulars@gmx.de>
This commit is contained in:
parent
95e77bd7cb
commit
ea827e4c5d
3 changed files with 20 additions and 7 deletions
|
@ -10657,7 +10657,10 @@ Used by `minetest.add_particle`.
|
|||
texture = "image.png",
|
||||
-- The texture of the particle
|
||||
-- v5.6.0 and later: also supports the table format described in the
|
||||
-- following section
|
||||
-- following section, but due to a bug this did not take effect
|
||||
-- (beyond the texture name).
|
||||
-- v5.9.0 and later: fixes the bug.
|
||||
-- Note: "texture.animation" is ignored here. Use "animation" below instead.
|
||||
|
||||
playername = "singleplayer",
|
||||
-- Optional, if specified spawns particle only on the player's client
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue