Skip to content

Commit

Permalink
Reassure previous nil behaviour for tiles and special_tiles (minetest…
Browse files Browse the repository at this point in the history
…#12678)

Co-authored-by: Zughy <[email protected]>
  • Loading branch information
Zughy and Zughy committed Aug 13, 2022
1 parent ab8dfb4 commit 3132efc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions builtin/game/item.lua
Original file line number Diff line number Diff line change
Expand Up @@ -597,8 +597,8 @@ core.nodedef_default = {
-- Node properties
drawtype = "normal",
visual_scale = 1.0,
tiles = {},
special_tiles = {},
tiles = nil,
special_tiles = nil,
post_effect_color = {a=0, r=0, g=0, b=0},
paramtype = "none",
paramtype2 = "none",
Expand Down

0 comments on commit 3132efc

Please sign in to comment.