diff options
author | raymoo <uguu@installgentoo.com> | 2016-08-04 13:09:21 -0700 |
---|---|---|
committer | Ner'zhul <nerzhul@users.noreply.github.com> | 2016-10-13 17:33:16 +0200 |
commit | c9e7a27eeb628be78a835abadf8afe1177eb90c5 (patch) | |
tree | 119a8747a0d33f69f5e14c6a563f3e9df673f923 /doc | |
parent | 0b27a70b294590d7fb2bb25bf2d207a719ce8d98 (diff) | |
download | minetest-c9e7a27eeb628be78a835abadf8afe1177eb90c5.tar.gz minetest-c9e7a27eeb628be78a835abadf8afe1177eb90c5.tar.bz2 minetest-c9e7a27eeb628be78a835abadf8afe1177eb90c5.zip |
Attached particle spawners
Diffstat (limited to 'doc')
-rw-r--r-- | doc/lua_api.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/lua_api.txt b/doc/lua_api.txt index 6bdcd4fe4..a1d598e7d 100644 --- a/doc/lua_api.txt +++ b/doc/lua_api.txt @@ -4120,6 +4120,8 @@ The Biome API is still in an experimental phase and subject to change. collision_removal = false, -- ^ collision_removal: if true then particle is removed when it collides, -- ^ requires collisiondetection = true to have any effect + attached = ObjectRef, + -- ^ attached: if defined, makes particle positions relative to this object. vertical = false, -- ^ vertical: if true faces player using y axis only texture = "image.png", |