1
0
mirror of https://github.com/mt-mods/homedecor_modpack.git synced 2025-07-28 18:00:17 +02:00

Better UV-maps for wall lamp

This commit is contained in:
kilbith
2015-05-02 19:48:15 +02:00
committed by Vanessa Ezekowitz
parent 358d606e0e
commit fab1a56f32
5 changed files with 786 additions and 1216 deletions

View File

@ -93,7 +93,9 @@ local wl_cbox = {
homedecor.register("wall_lamp", {
description = S("Wall Lamp"),
mesh = "homedecor_wall_lamp.obj",
tiles = {"homedecor_wall_lamp.png"},
tiles = {"homedecor_generic_metal_neutral.png", "homedecor_generic_wood_luxury_brown1.png",
"homedecor_light.png", "homedecor_generic_metal_wrought_iron.png"},
use_texture_alpha = true,
inventory_image = "homedecor_wall_lamp_inv.png",
groups = {snappy=3},
light_source = 11,