diff options
Diffstat (limited to 'homedecor/window_treatments.lua')
-rw-r--r-- | homedecor/window_treatments.lua | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/homedecor/window_treatments.lua b/homedecor/window_treatments.lua index c09f2dd..3b98123 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 |