Kitchen faucet : simplified/improved nodeboxes

Kitchen faucet : simplified/improved nodeboxes
This commit is contained in:
kilbith 2014-09-19 12:30:14 +02:00 committed by Diego Martinez
parent fd1e5a516a
commit d7d5f5bf5e
1 changed files with 7 additions and 7 deletions

View File

@ -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 }
},
})