1
0
mirror of https://github.com/mt-mods/coloredwood.git synced 2025-07-01 07:30:35 +02:00

phase out the old "paint" stuff

(particularly in relation to the various greys)
This commit is contained in:
Vanessa Ezekowitz
2014-10-30 09:37:34 -04:00
parent 23eacc5667
commit d24ddf922f
5 changed files with 8 additions and 9 deletions

View File

@ -104,11 +104,11 @@ coloredwood.greys2 = {
}
coloredwood.greys3 = {
"black",
"darkgrey_paint",
"mediumgrey_paint",
"lightgrey_paint",
"white_paint"
"dye:black",
"dye:dark_grey",
"dye:grey",
"dye:light_grey",
"dye:white"
}
-- All of the actual code is contained in separate lua files: