mirror of
https://github.com/mt-mods/homedecor_modpack.git
synced 2024-12-22 16:10:18 +01:00
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 |