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

phase out various "luxury" woods in favor of colorizing just one

This commit is contained in:
Vanessa Ezekowitz
2015-05-03 21:52:52 -04:00
parent 3996b55c03
commit 245ca4c102
9 changed files with 105 additions and 120 deletions

View File

@ -268,7 +268,7 @@ homedecor.register("pool_table", {
"homedecor_pool_table_baize.png",
"homedecor_pool_table_pockets.png",
"homedecor_pool_table_balls.png",
"homedecor_generic_wood_luxury_brown3.png"
"homedecor_generic_wood_luxury.png^[colorize:#000000:90"
},
description = "Pool Table",
inventory_image = "homedecor_pool_table_inv.png",
@ -425,9 +425,9 @@ local piano_cbox = {
homedecor.register("piano", {
mesh = "homedecor_piano.obj",
tiles = {
"homedecor_generic_wood_luxury.png^[colorize:#000000:175",
"homedecor_piano_keys.png",
"homedecor_generic_metal_brass.png",
"homedecor_generic_wood_luxury_black.png"
},
inventory_image = "homedecor_piano_inv.png",
description = "Piano",