rework UV map + texture for kitchen sink

This commit is contained in:
Vanessa Ezekowitz
2015-04-26 16:41:55 -04:00
parent 14a5f4c411
commit d645b5ade5
4 changed files with 82 additions and 81 deletions

View File

@ -53,7 +53,12 @@ homedecor.register("kitchen_cabinet_half", {
homedecor.register("kitchen_cabinet_with_sink", {
description = S("Kitchen Cabinet with sink"),
mesh = "homedecor_kitchen_sink.obj",
tiles = { "homedecor_kitchen_sink.png" },
tiles = {
"homedecor_kitchen_sink_top.png",
"homedecor_kitchen_cabinet_front.png",
"homedecor_kitchen_cabinet_sides.png",
"homedecor_kitchen_cabinet_bottom.png"
},
groups = { snappy = 3 },
sounds = default.node_sound_wood_defaults(),
infotext=S("Under-sink cabinet"),