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

Afterward tweaking

This commit is contained in:
kilbith
2015-03-29 13:13:17 +02:00
parent 0f0942d08c
commit 6f33c9ff0c
5 changed files with 13 additions and 1 deletions

View File

@ -148,7 +148,7 @@ homedecor.register("shower_tray", {
--Shower Head
local sh_cbox = {
type = "fixed",
fixed = { -0.2, -0.4, -0.1, 0.2, 0.1, 0.5 }
fixed = { -0.2, -0.4, -0.05, 0.2, 0.1, 0.5 }
}
homedecor.register("shower_head", {
@ -177,6 +177,7 @@ homedecor.register("bathroom_set", {
"homedecor_bathroom_set_cup.png",
"homedecor_bathroom_set_toothpaste.png",
},
inventory_image = "homedecor_bathroom_set_inv.png",
description = "Bathroom sundries set",
groups = {snappy=3},
selection_box = bs_cbox,