mirror of
https://github.com/mt-mods/unifieddyes.git
synced 2024-11-22 15:33:52 +01:00
remove debug prints
This commit is contained in:
parent
b49ed1724b
commit
e3648f77e2
4
init.lua
4
init.lua
@ -234,10 +234,6 @@ function unifieddyes.register_color_craft(craft)
|
|||||||
for _,val in ipairs(vals_table) do
|
for _,val in ipairs(vals_table) do
|
||||||
for _,sat in ipairs(sats_table) do
|
for _,sat in ipairs(sats_table) do
|
||||||
|
|
||||||
print("[UD] craft = ")
|
|
||||||
print(dump(craft))
|
|
||||||
print("[UD] hue = "..dump(hue).." ~~ sat = "..dump(sat).." ~~ val = "..dump(val))
|
|
||||||
|
|
||||||
if sat == "_s50" and val ~= "" and val ~= "medium_" and val ~= "dark_" then break end
|
if sat == "_s50" and val ~= "" and val ~= "medium_" and val ~= "dark_" then break end
|
||||||
register_c(craft, hue, sat, val)
|
register_c(craft, hue, sat, val)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user