Update field names to non-deprecated ones in node definition prototype

This commit is contained in:
Perttu Ahola 2012-06-16 17:05:21 +03:00
parent b3786d84c5
commit cd0014b24f
2 changed files with 4 additions and 5 deletions

View File

@ -362,10 +362,10 @@ minetest.nodedef_default = {
-- Node properties
drawtype = "normal",
visual_scale = 1.0,
tile_images = {""},
special_materials = {
{image="", backface_culling=true},
{image="", backface_culling=true},
tiles ={""},
special_tiles = {
{name="", backface_culling=true},
{name="", backface_culling=true},
},
alpha = 255,
post_effect_color = {a=0, r=0, g=0, b=0},

View File

@ -1113,7 +1113,6 @@ minetest.register_node("default:sign_wall", {
paramtype2 = "wallmounted",
sunlight_propagates = true,
walkable = false,
metadata_name = "sign",
selection_box = {
type = "wallmounted",
--wall_top = <default>