diff --git a/homedecor/window_treatments.lua b/homedecor/window_treatments.lua index c09f2dd4..3b981231 100644 --- a/homedecor/window_treatments.lua +++ b/homedecor/window_treatments.lua @@ -248,9 +248,6 @@ minetest.register_lbm({ end local metadye = "medium_"..color - if color == "pink" then - metadye = "light_red" - end if color == "white" then metadye = "white" end