Update field names to non-deprecated ones in node definition prototype
This commit is contained in:
parent
15213d8768
commit
7f37a08eba
|
@ -362,10 +362,10 @@ minetest.nodedef_default = {
|
||||||
-- Node properties
|
-- Node properties
|
||||||
drawtype = "normal",
|
drawtype = "normal",
|
||||||
visual_scale = 1.0,
|
visual_scale = 1.0,
|
||||||
tile_images = {""},
|
tiles ={""},
|
||||||
special_materials = {
|
special_tiles = {
|
||||||
{image="", backface_culling=true},
|
{name="", backface_culling=true},
|
||||||
{image="", backface_culling=true},
|
{name="", backface_culling=true},
|
||||||
},
|
},
|
||||||
alpha = 255,
|
alpha = 255,
|
||||||
post_effect_color = {a=0, r=0, g=0, b=0},
|
post_effect_color = {a=0, r=0, g=0, b=0},
|
||||||
|
|
Loading…
Reference in New Issue