From d7d5f5bf5e760761c80d0fea31032a4d236ed4ef Mon Sep 17 00:00:00 2001 From: kilbith Date: Fri, 19 Sep 2014 12:30:14 +0200 Subject: [PATCH] Kitchen faucet : simplified/improved nodeboxes Kitchen faucet : simplified/improved nodeboxes --- homedecor/misc-nodes.lua | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/homedecor/misc-nodes.lua b/homedecor/misc-nodes.lua index 51d0a1f5..a5af22bf 100644 --- a/homedecor/misc-nodes.lua +++ b/homedecor/misc-nodes.lua @@ -1036,17 +1036,17 @@ minetest.register_node("homedecor:kitchen_faucet", { type = "fixed", fixed = { {0, -0.5, 0.375, 0.0625, -0.1875, 0.4375}, -- NodeBox1 - {0, -0.1875, 0.352697, 0.0625, -0.147303, 0.4375}, -- NodeBox2 - {0, -0.109959, 0.319502, 0.0625, -0.147303, 0.406639}, -- NodeBox3 - {0.0070, -0.119556, 0.17, 0.0550,-0.109959, 0.1285}, -- NodeBox4 - {0, -0.109959, 0.125, 0.0625, -0.0726142, 0.352697}, -- NodeBox5 - {-0.06, -0.479253, 0.385892, 0.125, -0.454357, 0.427386}, -- NodeBox6 - {-0.06, -0.490701, 0.394191, 0.125, -0.444357, 0.419087}, -- NodeBox7 + {0, -0.1875, 0.35, 0.0625, -0.15, 0.4375}, -- NodeBox2 + {0, -0.15, 0.32, 0.0625, -0.11, 0.41}, -- NodeBox3 + {0.007, -0.12, 0.17, 0.055, -0.11, 0.1285}, -- NodeBox4 + {0, -0.11, 0.125, 0.0625, -0.07, 0.37}, -- NodeBox5 + {-0.05, -0.48, 0.385, 0.115, -0.455, 0.43}, -- NodeBox6 + {-0.05, -0.49, 0.395, 0.115, -0.445, 0.42}, -- NodeBox7 } }, selection_box = { type = "fixed", - fixed = { -0.0625, -0.5, 0.125, 0.125, -0.0625, 0.4375 } + fixed = { -0.055, -0.5, 0.125, 0.12, -0.065, 0.4375 } }, })