1
0
mirror of https://github.com/mt-mods/unifieddyes.git synced 2024-12-23 17:20:29 +01:00

don't register pink recipe twice for wallmounted

This commit is contained in:
Vanessa Dannenberg 2018-09-08 11:30:14 -04:00
parent 0413f23df1
commit 73a062f026

View File

@ -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