mirror of
				https://github.com/minetest-mods/mesecons.git
				synced 2025-11-04 12:55:29 +01:00 
			
		
		
		
	Gave solar panel a side texture. Removed alpha channel from top.
This commit is contained in:
		@@ -1,7 +1,10 @@
 | 
			
		||||
-- Solar Panel
 | 
			
		||||
minetest.register_node("mesecons_solarpanel:solar_panel", {
 | 
			
		||||
	drawtype = "nodebox",
 | 
			
		||||
	tile_images = {"jeija_solar_panel.png"},
 | 
			
		||||
	tile_images = {
 | 
			
		||||
		"jeija_solar_panel.png",
 | 
			
		||||
		"jeija_solar_panel_sides.png"
 | 
			
		||||
		},
 | 
			
		||||
	inventory_image = "jeija_solar_panel.png",
 | 
			
		||||
	wield_image = "jeija_solar_panel.png",
 | 
			
		||||
	paramtype = "light",
 | 
			
		||||
 
 | 
			
		||||
										
											Binary file not shown.
										
									
								
							| 
		 Before Width: | Height: | Size: 704 B After Width: | Height: | Size: 686 B  | 
							
								
								
									
										
											BIN
										
									
								
								mesecons_textures/textures/jeija_solar_panel_sides.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								mesecons_textures/textures/jeija_solar_panel_sides.png
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| 
		 After Width: | Height: | Size: 215 B  | 
		Reference in New Issue
	
	Block a user