From 0877587cce1d96b1c8c009221684ab382e8f1929 Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Mon, 20 Jan 2020 19:17:54 +0000 Subject: Resized torchlike sprite now attaches to surface (#9303) --- doc/lua_api.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/lua_api.txt b/doc/lua_api.txt index 0b12913d5..b06e08548 100644 --- a/doc/lua_api.txt +++ b/doc/lua_api.txt @@ -6569,8 +6569,9 @@ Used by `minetest.register_node`. -- Supported for drawtypes "plantlike", "signlike", "torchlike", -- "firelike", "mesh". -- For plantlike and firelike, the image will start at the bottom of the - -- node, for the other drawtypes the image will be centered on the node. - -- Note that positioning for "torchlike" may still change. + -- node. For torchlike, the image will start at the surface to which the + -- node "attaches". For the other drawtypes the image will be centered + -- on the node. tiles = {tile definition 1, def2, def3, def4, def5, def6}, -- Textures of node; +Y, -Y, +X, -X, +Z, -Z -- cgit v1.2.3