forked from mtcontrib/homedecor_modpack
0d5cab9455
* switch existing to xcompat textures * replace the rest of the hard coded texture conversions to use homedecor.textures
8 lines
511 B
Lua
8 lines
511 B
Lua
homedecor.plain_wood = { name = "homedecor_generic_wood_plain.png", color = 0xffa76820 }
|
|
homedecor.mahogany_wood = { name = "homedecor_generic_wood_plain.png", color = 0xff7d2506 }
|
|
homedecor.white_wood = "homedecor_generic_wood_plain.png"
|
|
homedecor.dark_wood = { name = "homedecor_generic_wood_plain.png", color = 0xff39240f }
|
|
homedecor.lux_wood = { name = "homedecor_generic_wood_luxury.png", color = 0xff643f23 }
|
|
|
|
homedecor.materials = xcompat.materials
|
|
homedecor.textures = xcompat.textures |