Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Fix visibility of global/local dye tables
- Loading branch information
Showing
with
1 addition
and
6 deletions.
-
+1
−6
mods/dye/init.lua
|
@@ -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 |