mirror of
https://github.com/mt-mods/unifieddyes.git
synced 2024-11-22 15:33:52 +01:00
don't register pink recipe twice for wallmounted
This commit is contained in:
parent
0413f23df1
commit
73a062f026
1
init.lua
1
init.lua
@ -277,7 +277,6 @@ function unifieddyes.register_color_craft(craft)
|
|||||||
if craft.palette == "wallmounted" then
|
if craft.palette == "wallmounted" then
|
||||||
register_c(craft, "green", "", "light_")
|
register_c(craft, "green", "", "light_")
|
||||||
register_c(craft, "blue", "", "light_")
|
register_c(craft, "blue", "", "light_")
|
||||||
register_c(craft, "pink", "", "")
|
|
||||||
hues_table = unifieddyes.HUES_WALLMOUNTED
|
hues_table = unifieddyes.HUES_WALLMOUNTED
|
||||||
sats_table = {""}
|
sats_table = {""}
|
||||||
vals_table = unifieddyes.VALS
|
vals_table = unifieddyes.VALS
|
||||||
|
Loading…
Reference in New Issue
Block a user