1
0
mirror of https://github.com/mt-mods/homedecor_modpack.git synced 2025-07-29 10:00:21 +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

@ -93,7 +93,7 @@ local wl_cbox = {
homedecor.register("wall_lamp", {
description = S("Wall Lamp"),
mesh = "homedecor_wall_lamp.obj",
tiles = {"homedecor_generic_metal_black.png^[brighten", "homedecor_generic_wood_luxury_brown1.png",
tiles = {"homedecor_generic_metal_black.png^[brighten", "homedecor_generic_wood_luxury.png^[colorize:#000000:30",
"homedecor_light.png", "homedecor_generic_metal_wrought_iron.png"},
use_texture_alpha = true,
inventory_image = "homedecor_wall_lamp_inv.png",