placeholder usage for decor, where useable

This commit is contained in:
Tim
2015-09-08 09:50:02 +02:00
parent fb1b620316
commit 7d5287cc04
10 changed files with 20 additions and 19 deletions

View File

@ -477,7 +477,7 @@ local function reg_lamp(suffix, nxt, tilesuffix, light, color)
node.name = "homedecor:standing_lamp"..lampcolor.."_"..repl[suffix]
minetest.set_node(pos, node)
end,
expand = { top="air" },
expand = { top="placeholder" },
})
minetest.register_alias("homedecor:standing_lamp_bottom"..lampcolor.."_"..suffix, "homedecor:standing_lamp"..lampcolor.."_"..suffix)