1
0
鏡像自 https://github.com/mt-mods/unifieddyes.git 已同步 2025-09-16 05:16:59 +02:00

Add VALS_SPLIT for craft

Add faint + light.
此提交包含在:
Jat15
2018-10-05 05:23:02 +02:00
父節點 feed6d5aae
當前提交 368205d3b8

查看文件

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