summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVanessa Dannenberg <vanessa.e.dannenberg@gmail.com>2018-09-08 11:30:14 -0400
committerVanessa Dannenberg <vanessa.e.dannenberg@gmail.com>2018-09-08 11:30:14 -0400
commit73a062f026f6b7c7e8982a37061e591d6c61d758 (patch)
treeffd5c31dec9af5087cf107dc9797525687c7cc97
parent0413f23df1d26b60348872c5ca747d4b0049673b (diff)
downloadunifieddyes-73a062f026f6b7c7e8982a37061e591d6c61d758.tar
unifieddyes-73a062f026f6b7c7e8982a37061e591d6c61d758.tar.gz
unifieddyes-73a062f026f6b7c7e8982a37061e591d6c61d758.tar.bz2
unifieddyes-73a062f026f6b7c7e8982a37061e591d6c61d758.tar.xz
unifieddyes-73a062f026f6b7c7e8982a37061e591d6c61d758.zip
don't register pink recipe twice for wallmounted
-rw-r--r--init.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/init.lua b/init.lua
index a3584af..1520191 100644
--- a/init.lua
+++ b/init.lua
@@ -277,7 +277,6 @@ function unifieddyes.register_color_craft(craft)
if craft.palette == "wallmounted" then
register_c(craft, "green", "", "light_")
register_c(craft, "blue", "", "light_")
- register_c(craft, "pink", "", "")
hues_table = unifieddyes.HUES_WALLMOUNTED
sats_table = {""}
vals_table = unifieddyes.VALS