mirror of
https://github.com/luanti-org/luanti.git
synced 2025-09-15 18:57:08 +00:00
Remove tile_images and special_materials obsolete code (#12455)
Co-authored-by: Zughy <4279489-marco_a@users.noreply.gitlab.com>
This commit is contained in:
parent
35ad006234
commit
18fbc0394b
3 changed files with 2 additions and 23 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue