summaryrefslogtreecommitdiff
path: root/unifieddyes
diff options
context:
space:
mode:
authorVanessa Dannenberg <vanessa.e.dannenberg@gmail.com>2018-10-09 07:50:37 -0400
committerVanessa Dannenberg <vanessa.e.dannenberg@gmail.com>2018-10-09 07:50:37 -0400
commit0d094bed13f1700ea2ef1924ecf089c9d96dda83 (patch)
tree8c9ef6fda2d7484e3998a98c0e1556e9ee291a19 /unifieddyes
parent69ae9cccb6e4dac0a50b3287a2c12b9daa3292b2 (diff)
downloaddreambuilder_modpack-0d094bed13f1700ea2ef1924ecf089c9d96dda83.tar
dreambuilder_modpack-0d094bed13f1700ea2ef1924ecf089c9d96dda83.tar.gz
dreambuilder_modpack-0d094bed13f1700ea2ef1924ecf089c9d96dda83.tar.bz2
dreambuilder_modpack-0d094bed13f1700ea2ef1924ecf089c9d96dda83.tar.xz
dreambuilder_modpack-0d094bed13f1700ea2ef1924ecf089c9d96dda83.zip
update street_signs, signs_lib, and unifieddyes
Diffstat (limited to 'unifieddyes')
-rw-r--r--unifieddyes/init.lua10
1 files changed, 9 insertions, 1 deletions
diff --git a/unifieddyes/init.lua b/unifieddyes/init.lua
index 47f8384..838d67e 100644
--- a/unifieddyes/init.lua
+++ b/unifieddyes/init.lua
@@ -99,6 +99,14 @@ unifieddyes.VALS = {
"dark_"
}
+unifieddyes.VALS_SPLIT = {
+ "faint_",
+ "light_",
+ "",
+ "medium_",
+ "dark_"
+}
+
unifieddyes.VALS_EXTENDED = {
"faint_",
"pastel_",
@@ -282,7 +290,7 @@ end
function unifieddyes.register_color_craft(craft)
local hues_table = unifieddyes.HUES_EXTENDED
local sats_table = unifieddyes.SATS
- local vals_table = unifieddyes.VALS
+ local vals_table = unifieddyes.VALS_SPLIT
local greys_table = unifieddyes.GREYS
if craft.palette == "wallmounted" then