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:
10
init.lua
10
init.lua
@ -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:
|
||||
|
Reference in New Issue
Block a user