From 34a5960671d2bae76b3ad2080397ffae694a4209 Mon Sep 17 00:00:00 2001 From: Paramat Date: Tue, 30 Oct 2018 06:41:15 +0000 Subject: Framed glasslike: Fix and document top/base textures feature (#7824) --- doc/lua_api.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'doc/lua_api.txt') diff --git a/doc/lua_api.txt b/doc/lua_api.txt index 53f27e20c..2b05cff8c 100644 --- a/doc/lua_api.txt +++ b/doc/lua_api.txt @@ -1082,6 +1082,11 @@ Look for examples in `games/minimal` or `games/minetest_game`. size: 1 pixel for 16x16, 2 pixels for 32x32 etc. * The glass 'shine' (or other desired detail) on each node face is supplied by the second texture specified in `tiles`. + * If a third texture is specified in `tiles` it will be used for the top and + base of the glass volume. + * If third and fourth textures are specified in `tiles`, the third will be + used for the top of the glass volume and the fourth will be used for the + base of the glass volume. * `glasslike_framed_optional` * This switches between the above 2 drawtypes according to the menu setting 'Connected Glass'. -- cgit v1.2.3