1
0
mirror of https://github.com/mt-mods/homedecor_modpack.git synced 2025-08-03 12:00:21 +02:00

split showerhead into two materials

This commit is contained in:
Vanessa Ezekowitz
2015-04-28 01:32:24 -04:00
parent 84d27b9b5b
commit 77d36352fc
3 changed files with 205 additions and 199 deletions

View File

@ -166,6 +166,7 @@ homedecor.register("shower_tray", {
})
--Shower Head
local sh_cbox = {
type = "fixed",
fixed = { -0.2, -0.4, -0.05, 0.2, 0.1, 0.5 }
@ -174,7 +175,10 @@ local sh_cbox = {
homedecor.register("shower_head", {
drawtype = "mesh",
mesh = "homedecor_shower_head.obj",
tiles = { "homedecor_shower_head.png" },
tiles = {
"homedecor_generic_metal_neutral.png",
"homedecor_shower_head.png"
},
inventory_image = "homedecor_shower_head_inv.png",
description = "Shower Head",
groups = {snappy=3},