mirror of
				https://github.com/mt-mods/homedecor_modpack.git
				synced 2025-11-03 23:25:30 +01:00 
			
		
		
		
	add water to the interior of the well base
This commit is contained in:
		@@ -945,7 +945,10 @@ minetest.register_node("homedecor:cobweb", {
 | 
			
		||||
})
 | 
			
		||||
 | 
			
		||||
minetest.register_node("homedecor:well_base", {
 | 
			
		||||
	tiles = { "default_cobble.png" },
 | 
			
		||||
	tiles = {
 | 
			
		||||
		"homedecor_well_base_top.png",
 | 
			
		||||
		"default_cobble.png"
 | 
			
		||||
	},
 | 
			
		||||
	inventory_image = "homedecor_well_inv.png",
 | 
			
		||||
	description = "Water well",
 | 
			
		||||
	drawtype = "nodebox",
 | 
			
		||||
@@ -971,6 +974,7 @@ minetest.register_node("homedecor:well_base", {
 | 
			
		||||
			{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 = {
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										
											BIN
										
									
								
								homedecor/textures/homedecor_well_base_top.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								homedecor/textures/homedecor_well_base_top.png
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| 
		 After Width: | Height: | Size: 674 B  | 
		Reference in New Issue
	
	Block a user