mirror of
https://github.com/mt-mods/unifieddyes.git
synced 2024-11-22 15:33:52 +01:00
Add VALS_SPLIT for craft
Add faint + light.
This commit is contained in:
parent
feed6d5aae
commit
368205d3b8
10
init.lua
10
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
|
||||
|
Loading…
Reference in New Issue
Block a user