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 diff --git a/pipeworks/description.txt b/pipeworks/description.txt index 9e6e8009..5c14766a 100644 --- a/pipeworks/description.txt +++ b/pipeworks/description.txt @@ -1 +1 @@ -This mod uses nodeboxes to supply a complete set of 3D pipes and tubes, along devices that work with them. +This mod uses mesh nodes and nodeboxes to supply a complete set of 3D pipes and tubes, along with devices that work with them. diff --git a/unifiedbricks/description.txt b/unifiedbricks/description.txt new file mode 100644 index 00000000..e6c198ab --- /dev/null +++ b/unifiedbricks/description.txt @@ -0,0 +1 @@ +This mod allows the user to re-color default bricks using Unified Dyes, and provides some pattern variations as well. diff --git a/unifiedbricks/screenshot.png b/unifiedbricks/screenshot.png new file mode 100644 index 00000000..0c175e04 Binary files /dev/null and b/unifiedbricks/screenshot.png differ