mirror of
				https://github.com/mt-mods/homedecor_modpack.git
				synced 2025-10-31 22:35:28 +01:00 
			
		
		
		
	Merge branch 'patch-2' of https://github.com/kilbith/homedecor_modpack
This commit is contained in:
		| @@ -375,14 +375,9 @@ minetest.register_node("homedecor:wardrobe_top", { | |||||||
| 	node_box = { | 	node_box = { | ||||||
| 		type = "fixed", | 		type = "fixed", | ||||||
| 		fixed = { | 		fixed = { | ||||||
| 			{-0.5,     0.4375,   -0.4375,  0.5,      0.5,      0.5},      --  NodeBox1 | 			{-0.5,     -0.5,   -0.4375,  0.5,      0.5,      0.5},      --  NodeBox1 | ||||||
| 			{-0.5,     -0.5,     -0.4375,  -0.4375,  0.5,      0.5},      --  NodeBox2 | 			{0.0625,   -0.4375,  -0.5,     0.4375,   0.4375,   -0.4375},  --  NodeBox2 | ||||||
| 			{0.4375,   -0.5,     -0.4375,  0.5,      0.5,      0.5},      --  NodeBox3 | 			{-0.4375,  -0.4375,  -0.5,     -0.0625,  0.4375,   -0.4375},  --  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 |  | ||||||
| 		} | 		} | ||||||
| 	}, | 	}, | ||||||
| 	selection_box = { | 	selection_box = { | ||||||
| @@ -409,16 +404,10 @@ minetest.register_node("homedecor:wardrobe_bottom", { | |||||||
| 	node_box = { | 	node_box = { | ||||||
| 		type = "fixed", | 		type = "fixed", | ||||||
| 		fixed = { | 		fixed = { | ||||||
| 			{-0.5,     -0.5,     -0.4375,  -0.4375,  0.5,      0.5},      --  NodeBox1 | 			{-0.5,     -0.5,     -0.4375,  0.5,  0.5,      0.5},      --  NodeBox1 | ||||||
| 			{0.4375,   -0.5,     -0.4375,  0.5,      0.5,      0.5},      --  NodeBox2 | 			{-0.4375,  -0.375,   -0.5,     0.4375,   -0.125,   -0.4375},  --  NodeBox2 | ||||||
| 			{-0.5,     -0.5,     -0.4375,  0.5,      -0.375,   -0.375},   --  NodeBox3 | 			{-0.4375,  -0.0625,  -0.5,     0.4375,   0.1875,   -0.4375},  --  NodeBox3 | ||||||
| 			{-0.4375,  -0.375,   -0.5,     0.4375,   -0.125,   -0.4375},  --  NodeBox4 | 			{-0.4375,  0.25,     -0.5,     0.4375,   0.5,      -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 |  | ||||||
| 		} | 		} | ||||||
| 	}, | 	}, | ||||||
| 	selection_box = { | 	selection_box = { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user