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

2
README
View File

@ -23,7 +23,7 @@ Crafting
Colored wood blocks
-------------------
Place two regular wood blocks and one portion of the desired dye or paint color
Place two regular wood blocks and one portion of the desired dye color
into the crafting grid, in any position. Yields two colored wood blocks. Use
these directly to build with, or craft them into sticks.

View File

@ -264,7 +264,7 @@ for grey = 1,5 do
recipe = {
neutral_block,
neutral_block,
"unifieddyes:"..greyname3
greyname3
},
})

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:

View File

@ -112,7 +112,6 @@ for grey = 1,5 do
local greyname = coloredwood.greys[grey]
local greyname2 = coloredwood.greys2[grey]
local greyname3 = coloredwood.greys3[grey]
local greyshadename = colored_block_modname..":stick_"..greyname
local pngname = colored_block_modname.."_stick_"..greyname..".png"

View File

@ -223,7 +223,7 @@ for grey = 1,5 do
recipe = {
neutral_block,
neutral_block,
"unifieddyes:"..greyname3
greyname3
},
})