mirror of
				https://github.com/mt-mods/homedecor_modpack.git
				synced 2025-10-31 19:45:27 +01:00 
			
		
		
		
	Update furniture.lua - wardrobe part
Visually identic, pile of useless nodeboxes removed.
This commit is contained in:
		| @@ -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 = { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user