mirror of
https://github.com/minetest/minetest.git
synced 2024-11-04 23:03:46 +01:00
Update field names to non-deprecated ones in node definition prototype
This commit is contained in:
parent
b3786d84c5
commit
cd0014b24f
@ -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},
|
||||||
|
@ -1113,7 +1113,6 @@ minetest.register_node("default:sign_wall", {
|
|||||||
paramtype2 = "wallmounted",
|
paramtype2 = "wallmounted",
|
||||||
sunlight_propagates = true,
|
sunlight_propagates = true,
|
||||||
walkable = false,
|
walkable = false,
|
||||||
metadata_name = "sign",
|
|
||||||
selection_box = {
|
selection_box = {
|
||||||
type = "wallmounted",
|
type = "wallmounted",
|
||||||
--wall_top = <default>
|
--wall_top = <default>
|
||||||
|
Loading…
Reference in New Issue
Block a user