Skip to content
Snippets Groups Projects
Commit 11a7b884 authored by PilzAdam's avatar PilzAdam
Browse files

Fix visibility of global/local dye tables

parent 9ec33f34
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@
-- })
-- Other mods can use these for looping through available colors
local dye = {}
dye = {}
dye.basecolors = {"white", "grey", "black", "red", "yellow", "green", "cyan", "blue", "magenta"}
dye.excolors = {"white", "lightgrey", "grey", "darkgrey", "black", "red", "orange", "yellow", "lime", "green", "aqua", "cyan", "sky_blue", "blue", "violet", "magenta", "red_violet"}
......@@ -138,8 +138,3 @@ for one,results in pairs(dyelocal.mixes) do
})
end
end
-- Hide dyelocal
dyelocal = nil
-- EOF
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment