From bd6d361933ed44364aa4a80008989da92c9aa67a Mon Sep 17 00:00:00 2001 From: kilbith Date: Sun, 10 Aug 2014 08:33:20 +0200 Subject: [PATCH] Update furniture.lua - wardrobe part Visually identic, pile of useless nodeboxes removed. --- homedecor/furniture.lua | 25 +++++++------------------ 1 file changed, 7 insertions(+), 18 deletions(-) diff --git a/homedecor/furniture.lua b/homedecor/furniture.lua index f4c9f416..9ba759e7 100644 --- a/homedecor/furniture.lua +++ b/homedecor/furniture.lua @@ -375,14 +375,9 @@ minetest.register_node("homedecor:wardrobe_top", { node_box = { type = "fixed", fixed = { - {-0.5, 0.4375, -0.4375, 0.5, 0.5, 0.5}, -- NodeBox1 - {-0.5, -0.5, -0.4375, -0.4375, 0.5, 0.5}, -- NodeBox2 - {0.4375, -0.5, -0.4375, 0.5, 0.5, 0.5}, -- NodeBox3 - {-0.5, -0.5, 0.4375, 0.5, 0.5, 0.5}, -- NodeBox4 - {-0.0625, -0.4375, -0.4375, 0.0625, 0.4375, -0.375}, -- NodeBox6 - {0.0625, -0.4375, -0.5, 0.4375, 0.4375, -0.4375}, -- NodeBox10 - {-0.5, -0.5, -0.4375, 0.5, -0.4375, 0.5}, -- NodeBox11 - {-0.4375, -0.4375, -0.5, -0.0625, 0.4375, -0.4375}, -- NodeBox12 + {-0.5, -0.5, -0.4375, 0.5, 0.5, 0.5}, -- NodeBox1 + {0.0625, -0.4375, -0.5, 0.4375, 0.4375, -0.4375}, -- NodeBox2 + {-0.4375, -0.4375, -0.5, -0.0625, 0.4375, -0.4375}, -- NodeBox3 } }, selection_box = { @@ -409,16 +404,10 @@ minetest.register_node("homedecor:wardrobe_bottom", { node_box = { type = "fixed", fixed = { - {-0.5, -0.5, -0.4375, -0.4375, 0.5, 0.5}, -- NodeBox1 - {0.4375, -0.5, -0.4375, 0.5, 0.5, 0.5}, -- NodeBox2 - {-0.5, -0.5, -0.4375, 0.5, -0.375, -0.375}, -- NodeBox3 - {-0.4375, -0.375, -0.5, 0.4375, -0.125, -0.4375}, -- NodeBox4 - {-0.4375, -0.125, -0.4375, 0.4375, -0.0625, -0.375}, -- NodeBox12 - {-0.4375, -0.0625, -0.5, 0.4375, 0.1875, -0.4375}, -- NodeBox13 - {-0.5, 0.1875, -0.4375, 0.5, 0.25, -0.375}, -- NodeBox14 - {-0.4375, 0.25, -0.5, 0.4375, 0.5, -0.4375}, -- NodeBox15 - {-0.5, 0.4375, -0.4375, 0.5, 0.5, 0.5}, -- NodeBox16 - {-0.5, -0.5, 0.4375, 0.5, 0.4375, 0.5}, -- NodeBox17 + {-0.5, -0.5, -0.4375, 0.5, 0.5, 0.5}, -- NodeBox1 + {-0.4375, -0.375, -0.5, 0.4375, -0.125, -0.4375}, -- NodeBox2 + {-0.4375, -0.0625, -0.5, 0.4375, 0.1875, -0.4375}, -- NodeBox3 + {-0.4375, 0.25, -0.5, 0.4375, 0.5, -0.4375}, -- NodeBox4 } }, selection_box = {