replace water well with meshnode version
@@ -464,97 +464,24 @@ homedecor.register("swing_rope", {
 | 
				
			|||||||
	selection_box = homedecor.nodebox.null
 | 
						selection_box = homedecor.nodebox.null
 | 
				
			||||||
})
 | 
					})
 | 
				
			||||||
 | 
					
 | 
				
			||||||
homedecor.register("well_base", {
 | 
					homedecor.register("well", {
 | 
				
			||||||
 | 
						mesh = "homedecor_well.obj",
 | 
				
			||||||
	tiles = {
 | 
						tiles = {
 | 
				
			||||||
		"homedecor_well_base_top.png",
 | 
							"homedecor_rope_texture.png",
 | 
				
			||||||
		"default_cobble.png"
 | 
							"forniture_metal.png",
 | 
				
			||||||
 | 
							"default_water.png",
 | 
				
			||||||
 | 
							"default_cobble.png",
 | 
				
			||||||
 | 
							"default_wood.png",
 | 
				
			||||||
 | 
							"homedecor_shingles_wood.png"
 | 
				
			||||||
	},
 | 
						},
 | 
				
			||||||
	inventory_image = "homedecor_well_inv.png",
 | 
						inventory_image = "homedecor_well_inv.png",
 | 
				
			||||||
	description = "Water well",
 | 
						description = "Water well",
 | 
				
			||||||
	groups = { snappy = 3 },
 | 
						groups = { snappy = 3 },
 | 
				
			||||||
	node_box = {
 | 
					 | 
				
			||||||
		type = "fixed",
 | 
					 | 
				
			||||||
		fixed = {
 | 
					 | 
				
			||||||
			{-0.3125, -0.5, -0.4375, 0.3125, 0.5, -0.3125}, -- NodeBox1
 | 
					 | 
				
			||||||
			{0.3125, -0.5, -0.3125, 0.4375, 0.5, 0.3125}, -- NodeBox2
 | 
					 | 
				
			||||||
			{-0.4375, -0.5, -0.3125, -0.3125, 0.5, 0.3125}, -- NodeBox3
 | 
					 | 
				
			||||||
			{-0.3125, -0.5, 0.3125, 0.3125, 0.5, 0.4375}, -- NodeBox4
 | 
					 | 
				
			||||||
			{0.25, -0.5, -0.375, 0.375, 0.5, -0.25}, -- NodeBox5
 | 
					 | 
				
			||||||
			{0.25, -0.5, 0.25, 0.375, 0.5, 0.375}, -- NodeBox6
 | 
					 | 
				
			||||||
			{-0.375, -0.5, -0.375, -0.25, 0.5, -0.25}, -- NodeBox7
 | 
					 | 
				
			||||||
			{-0.375, -0.5, 0.25, -0.25, 0.5, 0.375}, -- NodeBox8
 | 
					 | 
				
			||||||
			{-0.3125, -0.5, -0.5, 0.3125, -0.3125, -0.4375}, -- NodeBox9
 | 
					 | 
				
			||||||
			{0.4375, -0.5, -0.3125, 0.5, -0.3125, 0.3125}, -- NodeBox10
 | 
					 | 
				
			||||||
			{-0.3125, -0.5, 0.4375, 0.3125, -0.3125, 0.5}, -- NodeBox11
 | 
					 | 
				
			||||||
			{-0.5, -0.5, -0.3125, -0.4375, -0.3125, 0.3125}, -- NodeBox12
 | 
					 | 
				
			||||||
			{0.3125, -0.5, -0.4375, 0.4375, -0.3125, -0.3125}, -- NodeBox13
 | 
					 | 
				
			||||||
			{0.3125, -0.5, 0.3125, 0.4375, -0.3125, 0.4375}, -- NodeBox14
 | 
					 | 
				
			||||||
			{-0.4375, -0.5, 0.3125, -0.3125, -0.3125, 0.4375}, -- NodeBox15
 | 
					 | 
				
			||||||
			{-0.4375, -0.5, -0.4375, -0.3125, -0.3125, -0.3125}, -- NodeBox16
 | 
					 | 
				
			||||||
			{-0.3125, -0.5, -0.3125, 0.3125, 0, 0.3125}, -- NodeBox17
 | 
					 | 
				
			||||||
		}
 | 
					 | 
				
			||||||
	},
 | 
					 | 
				
			||||||
	selection_box = homedecor.nodebox.slab_y(2),
 | 
						selection_box = homedecor.nodebox.slab_y(2),
 | 
				
			||||||
	expand = { top="homedecor:well_top" },
 | 
						collision_box = homedecor.nodebox.slab_y(2),
 | 
				
			||||||
 | 
						expand = { top="air" },
 | 
				
			||||||
})
 | 
					})
 | 
				
			||||||
 | 
					
 | 
				
			||||||
homedecor.register("well_top", {
 | 
					minetest.register_alias("homedecor:well_top", "air")
 | 
				
			||||||
	tiles = {
 | 
					minetest.register_alias("homedecor:well_bottom", "homedecor:well")
 | 
				
			||||||
		"homedecor_well_roof_top.png",
 | 
					
 | 
				
			||||||
		"homedecor_well_roof_wood.png",
 | 
					 | 
				
			||||||
		"homedecor_well_roof_side3.png",
 | 
					 | 
				
			||||||
		"homedecor_well_roof_side3.png",
 | 
					 | 
				
			||||||
		"homedecor_well_roof_side2.png",
 | 
					 | 
				
			||||||
		"homedecor_well_roof_side1.png"
 | 
					 | 
				
			||||||
	},
 | 
					 | 
				
			||||||
	groups = { snappy = 3 },
 | 
					 | 
				
			||||||
	node_box = {
 | 
					 | 
				
			||||||
		type = "fixed",
 | 
					 | 
				
			||||||
		fixed = {
 | 
					 | 
				
			||||||
			{-0.0625, -0.5, 0.375, 0.0625, 0.4375, 0.4375}, -- NodeBox1
 | 
					 | 
				
			||||||
			{-0.0625, -0.5, -0.4375, 0.0625, 0.4375, -0.375}, -- NodeBox2
 | 
					 | 
				
			||||||
			{-0.125, 0.375, -0.5, 0.125, 0.4375, 0.5}, -- NodeBox3
 | 
					 | 
				
			||||||
			{0.125, 0.3125, -0.5, 0.1875, 0.375, 0.5}, -- NodeBox4
 | 
					 | 
				
			||||||
			{-0.1875, 0.3125, -0.5, -0.125, 0.375, 0.5}, -- NodeBox5
 | 
					 | 
				
			||||||
			{0.1875, 0.25, -0.5, 0.25, 0.3125, 0.5}, -- NodeBox6
 | 
					 | 
				
			||||||
			{-0.25, 0.25, -0.5, -0.1875, 0.3125, 0.5}, -- NodeBox7
 | 
					 | 
				
			||||||
			{0.25, 0.1875, -0.5, 0.3125, 0.25, 0.5}, -- NodeBox8
 | 
					 | 
				
			||||||
			{-0.3125, 0.1875, -0.5, -0.25, 0.25, 0.5}, -- NodeBox9
 | 
					 | 
				
			||||||
			{0.3125, 0.125, -0.5, 0.375, 0.1875, 0.5}, -- NodeBox10
 | 
					 | 
				
			||||||
			{-0.375, 0.125, -0.5, -0.3125, 0.1875, 0.5}, -- NodeBox11
 | 
					 | 
				
			||||||
			{0.375, 0.0625, -0.5, 0.4375, 0.125, 0.5}, -- NodeBox12
 | 
					 | 
				
			||||||
			{-0.375, 0.0625, -0.5, -0.4375, 0.125, 0.5}, -- NodeBox13
 | 
					 | 
				
			||||||
			{0.4375, 0, -0.5, 0.5, 0.0625, 0.5}, -- NodeBox14
 | 
					 | 
				
			||||||
			{-0.5, 0, -0.5, -0.4375, 0.0625, 0.5}, -- NodeBox15
 | 
					 | 
				
			||||||
			{-0.0625, 0.4375, -0.5, 0.0625, 0.5, 0.5}, -- NodeBox16
 | 
					 | 
				
			||||||
			{-0.125, 0.125, -0.4375, 0.125, 0.1875, -0.375}, -- NodeBox17
 | 
					 | 
				
			||||||
			{0.125, 0.1875, -0.4375, 0.1875, 0.25, -0.375}, -- NodeBox18
 | 
					 | 
				
			||||||
			{-0.1875, 0.1875, -0.4375, -0.125, 0.25, -0.375}, -- NodeBox19
 | 
					 | 
				
			||||||
			{-0.125, 0.125, 0.375, 0.125, 0.1875, 0.4375}, -- NodeBox20
 | 
					 | 
				
			||||||
			{0.125, 0.1875, 0.375, 0.1875, 0.25, 0.4375}, -- NodeBox21
 | 
					 | 
				
			||||||
			{-0.1875, 0.1875, 0.375, -0.125, 0.25, 0.4375}, -- NodeBox22
 | 
					 | 
				
			||||||
			{-0.0165975, -0.159751, -0.375, 0.0165974, -0.125, 0.375}, -- NodeBox23
 | 
					 | 
				
			||||||
			{-0.00414942, -0.465, -0.008299, 0.008299, -0.159751, 0.004149}, -- NodeBox24
 | 
					 | 
				
			||||||
			{-0.0625, -0.0625, -0.5, 0.0625, 0, -0.4646}, -- NodeBox25
 | 
					 | 
				
			||||||
			{0.0625, -0.125, -0.5, 0.125, -0.0625, -0.4646}, -- NodeBox26
 | 
					 | 
				
			||||||
			{0.125, -0.25, -0.5, 0.1875, -0.125, -0.4646}, -- NodeBox27
 | 
					 | 
				
			||||||
			{0.0625, -0.3125, -0.5, 0.125, -0.25, -0.4646}, -- NodeBox28
 | 
					 | 
				
			||||||
			{-0.0625, -0.375, -0.5, 0.0625, -0.3125, -0.4646}, -- NodeBox29
 | 
					 | 
				
			||||||
			{-0.0625, -0.3125, -0.5, -0.125, -0.25, -0.4646}, -- NodeBox30
 | 
					 | 
				
			||||||
			{-0.1875, -0.25, -0.5, -0.125, -0.125, -0.4646}, -- NodeBox31
 | 
					 | 
				
			||||||
			{-0.125, -0.125, -0.5, -0.0625, -0.0625, -0.4646}, -- NodeBox32
 | 
					 | 
				
			||||||
			{-0.016598, -0.3125, -0.48, 0.020747, -0.0625, -0.49}, -- NodeBox33
 | 
					 | 
				
			||||||
			{-0.125, -0.209544, -0.48, 0.125, -0.172199, -0.49}, -- NodeBox34
 | 
					 | 
				
			||||||
			{-0.0165975, -0.200, -0.477178, 0.020747, -0.175349, -0.435685}, -- NodeBox35
 | 
					 | 
				
			||||||
			{0.1, -0.75, -0.125, 0.125, -0.5, 0.125}, -- NodeBox36
 | 
					 | 
				
			||||||
			{-0.125, -0.75, -0.125, -0.1, -0.5, 0.125}, -- NodeBox37
 | 
					 | 
				
			||||||
			{-0.125, -0.75, -0.125, 0.125, -0.729253, 0.125}, -- NodeBox38
 | 
					 | 
				
			||||||
			{-0.125, -0.75, -0.125, 0.125, -0.5, -0.1}, -- NodeBox39
 | 
					 | 
				
			||||||
			{-0.125, -0.75, 0.1, 0.125, -0.5, 0.125}, -- NodeBox40
 | 
					 | 
				
			||||||
			{-0.0165975,-0.465, -0.125, 0.0165974, -0.451245, 0.125}, -- NodeBox41
 | 
					 | 
				
			||||||
			{-0.0165975, -0.51, 0.112033, 0.0165974, -0.46, 0.125}, -- NodeBox42
 | 
					 | 
				
			||||||
			{-0.0165975, -0.51, -0.125, 0.0165974, -0.46, -0.112033}, -- NodeBox43
 | 
					 | 
				
			||||||
		}
 | 
					 | 
				
			||||||
	},
 | 
					 | 
				
			||||||
	selection_box = homedecor.nodebox.null,
 | 
					 | 
				
			||||||
})
 | 
					 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										1949
									
								
								homedecor/models/homedecor_well.obj
									
									
									
									
									
										Normal file
									
								
							
							
						
						
							
								
								
									
										
											BIN
										
									
								
								homedecor/textures/homedecor_rope_texture.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						| 
		 After Width: | Height: | Size: 660 B  | 
| 
		 Before Width: | Height: | Size: 574 B  | 
| 
		 Before Width: | Height: | Size: 5.1 KiB After Width: | Height: | Size: 4.3 KiB  | 
| 
		 Before Width: | Height: | Size: 681 B  | 
| 
		 Before Width: | Height: | Size: 674 B  | 
| 
		 Before Width: | Height: | Size: 664 B  | 
| 
		 Before Width: | Height: | Size: 628 B  | 
| 
		 Before Width: | Height: | Size: 628 B  |