From 18fbc0394b9b3fc4e1e72550fb0e1113ee72ce64 Mon Sep 17 00:00:00 2001 From: Zughy <63455151+Zughy@users.noreply.github.com> Date: Tue, 28 Jun 2022 01:55:01 +0200 Subject: Remove tile_images and special_materials obsolete code (#12455) Co-authored-by: Zughy <4279489-marco_a@users.noreply.gitlab.com> --- doc/lua_api.txt | 2 -- 1 file changed, 2 deletions(-) (limited to 'doc') diff --git a/doc/lua_api.txt b/doc/lua_api.txt index eb29e79e2..b52e1b5bf 100644 --- a/doc/lua_api.txt +++ b/doc/lua_api.txt @@ -7978,7 +7978,6 @@ Used by `minetest.register_node`. tiles = {tile definition 1, def2, def3, def4, def5, def6}, -- Textures of node; +Y, -Y, +X, -X, +Z, -Z - -- Old field name was 'tile_images'. -- List can be shortened to needed length. overlay_tiles = {tile definition 1, def2, def3, def4, def5, def6}, @@ -7990,7 +7989,6 @@ Used by `minetest.register_node`. special_tiles = {tile definition 1, Tile definition 2}, -- Special textures of node; used rarely. - -- Old field name was 'special_materials'. -- List can be shortened to needed length. color = ColorSpec, -- cgit v1.2.3