diff options
author | Zughy <63455151+Zughy@users.noreply.github.com> | 2022-06-28 01:55:01 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-28 00:55:01 +0100 |
commit | 18fbc0394b9b3fc4e1e72550fb0e1113ee72ce64 (patch) | |
tree | 0a2e9ac62b2810aa7fbc7a5a3ee4c3e40dad4103 /doc | |
parent | 35ad006234ce40edc4c59feee63fb1546f643508 (diff) | |
download | minetest-18fbc0394b9b3fc4e1e72550fb0e1113ee72ce64.tar.gz minetest-18fbc0394b9b3fc4e1e72550fb0e1113ee72ce64.tar.bz2 minetest-18fbc0394b9b3fc4e1e72550fb0e1113ee72ce64.zip |
Remove tile_images and special_materials obsolete code (#12455)
Co-authored-by: Zughy <4279489-marco_a@users.noreply.gitlab.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/lua_api.txt | 2 |
1 files changed, 0 insertions, 2 deletions
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, |