From ce806489e2472c29bb6f32b0ec59f7e023f11c08 Mon Sep 17 00:00:00 2001 From: Vanessa Ezekowitz Date: Thu, 9 Feb 2017 09:49:56 -0500 Subject: update homedecor, pipeworks, unifiedbricks --- homedecor/window_treatments.lua | 3 --- pipeworks/description.txt | 2 +- unifiedbricks/description.txt | 1 + unifiedbricks/screenshot.png | Bin 0 -> 90358 bytes 4 files changed, 2 insertions(+), 4 deletions(-) create mode 100644 unifiedbricks/description.txt create mode 100644 unifiedbricks/screenshot.png 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 diff --git a/pipeworks/description.txt b/pipeworks/description.txt index 9e6e800..5c14766 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 0000000..e6c198a --- /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 0000000..0c175e0 Binary files /dev/null and b/unifiedbricks/screenshot.png differ -- cgit v1.2.3