From 90f6061fe8a2550abe34c52336e00fd91c858d85 Mon Sep 17 00:00:00 2001 From: kilbith Date: Thu, 2 Oct 2014 13:42:14 +0200 Subject: [PATCH] Makes the sink realistic --- homedecor/furniture_bathroom.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/homedecor/furniture_bathroom.lua b/homedecor/furniture_bathroom.lua index 898e03eb..02de3c73 100644 --- a/homedecor/furniture_bathroom.lua +++ b/homedecor/furniture_bathroom.lua @@ -89,11 +89,12 @@ minetest.register_node("homedecor:sink", { { -0.30, 0.45, 0.10, -0.25, 0.50, 0.40, }, { 0.25, 0.45, 0.10, 0.30, 0.50, 0.40, }, { -0.25, 0.45, 0.10, 0.25, 0.50, 0.15, }, + {-0.1, -0.5, 0.3, 0.1, 0.4, 0.5}, }, }, selection_box = { type = "fixed", - fixed = {-0.3,0.35,0.1, 0.3,0.5,0.5}, + fixed = {-0.3,-0.5,0.1, 0.3,0.5,0.5}, }, groups = {cracky=2,}, sounds = default.node_sound_stone_defaults(),