From 4b5d21b453b966dc14ca001611997ae192f44c4b Mon Sep 17 00:00:00 2001 From: LeMagnesium Date: Wed, 6 Jan 2016 18:53:35 +0100 Subject: [PATCH] [homedecor] Update - Remove old aliases --- mods/homedecor_modpack/homedecor/lighting.lua | 4 ---- 1 file changed, 4 deletions(-) diff --git a/mods/homedecor_modpack/homedecor/lighting.lua b/mods/homedecor_modpack/homedecor/lighting.lua index 1dbeea31..b3fd5f44 100755 --- a/mods/homedecor_modpack/homedecor/lighting.lua +++ b/mods/homedecor_modpack/homedecor/lighting.lua @@ -482,10 +482,6 @@ local function reg_lamp(suffix, nxt, tilesuffix, light, color) minetest.register_alias("homedecor:standing_lamp_bottom"..lampcolor.."_"..suffix, "homedecor:standing_lamp"..lampcolor.."_"..suffix) minetest.register_alias("homedecor:standing_lamp_top"..lampcolor.."_"..suffix, "air") - minetest.register_alias("homedecor:standing_lamp_"..suffix, "homedecor:standing_lamp_white_"..suffix) - minetest.register_alias("homedecor:standing_lamp_whiteoff", "homedecor:standing_lamp_white_off") - minetest.register_alias("homedecor:table_lamp_"..suffix, "homedecor:table_lamp_white_"..suffix) - minetest.register_alias("homedecor:table_lamp_whiteoff", "homedecor:table_lamp_white_off") -- for old maps that had the original 3dforniture mod if lampcolor == "" then