diff --git a/homedecor/lighting.lua b/homedecor/lighting.lua index 40a94ae4..543cb4a7 100644 --- a/homedecor/lighting.lua +++ b/homedecor/lighting.lua @@ -455,6 +455,8 @@ 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:table_lamp_"..suffix, "homedecor:table_lamp_white_"..suffix) -- for old maps that had the original 3dforniture mod if lampcolor == "" then diff --git a/homedecor/textures/homedecor_titanium_dioxide.png b/homedecor/textures/homedecor_titanium_dioxide.png deleted file mode 100644 index b7858341..00000000 Binary files a/homedecor/textures/homedecor_titanium_dioxide.png and /dev/null differ diff --git a/homedecor/textures/homedecor_white_paint.png b/homedecor/textures/homedecor_white_paint.png deleted file mode 100644 index c77abc15..00000000 Binary files a/homedecor/textures/homedecor_white_paint.png and /dev/null differ