mirror of
https://github.com/mt-mods/coloredwood.git
synced 2025-07-01 07:30:35 +02:00
add more stick->fence recipes for default dye colors.
how'd these get left out?
This commit is contained in:
16
init.lua
16
init.lua
@ -57,6 +57,22 @@ coloredwood.shades2 = {
|
||||
"" -- represents "no special shade name", e.g. full.
|
||||
}
|
||||
|
||||
coloredwood.default_hues = {
|
||||
"white",
|
||||
"grey",
|
||||
"dark_grey",
|
||||
"black",
|
||||
"violet",
|
||||
"blue",
|
||||
"cyan",
|
||||
"dark_green",
|
||||
"green",
|
||||
"yellow",
|
||||
"orange",
|
||||
"red",
|
||||
"magenta"
|
||||
}
|
||||
|
||||
coloredwood.hues = {
|
||||
"red",
|
||||
"orange",
|
||||
|
Reference in New Issue
Block a user