1
0
mirror of https://github.com/mt-mods/homedecor_modpack.git synced 2025-07-22 15:20:22 +02:00

phase out generic dark, mahogany, and white wood

and rename the base wood to _plain instead of beech
This commit is contained in:
Vanessa Ezekowitz
2015-05-03 21:18:35 -04:00
parent 5041ae2cdd
commit 3996b55c03
13 changed files with 261 additions and 249 deletions

View File

@ -8,7 +8,7 @@ local wd_cbox = {
homedecor.register("wardrobe", {
mesh = "homedecor_bedroom_wardrobe.obj",
tiles = {
"homedecor_generic_wood_beech.png",
homedecor.plain_wood,
"homedecor_wardrobe_drawers.png",
"homedecor_wardrobe_doors.png"
},