mirror of
				https://github.com/minetest-mods/more_chests.git
				synced 2025-11-04 09:55:32 +01:00 
			
		
		
		
	Co-authored-by: DS <vorunbekannt75@web.de>
This commit is contained in:
		
										
											Binary file not shown.
										
									
								
							| 
		 Before Width: | Height: | Size: 864 B  | 
							
								
								
									
										
											BIN
										
									
								
								textures/wifi_front_animated.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								textures/wifi_front_animated.png
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| 
		 After Width: | Height: | Size: 462 B  | 
										
											Binary file not shown.
										
									
								
							| 
		 Before Width: | Height: | Size: 833 B After Width: | Height: | Size: 244 B  | 
										
											Binary file not shown.
										
									
								
							| 
		 Before Width: | Height: | Size: 741 B After Width: | Height: | Size: 239 B  | 
							
								
								
									
										4
									
								
								wifi.lua
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								wifi.lua
									
									
									
									
									
								
							@@ -4,7 +4,9 @@ local S = minetest.get_translator("more_chests")
 | 
			
		||||
minetest.register_node("more_chests:wifi", {
 | 
			
		||||
	description = S("Wifi Chest"),
 | 
			
		||||
	tiles = {"wifi_top.png", "wifi_top.png", "wifi_side.png",
 | 
			
		||||
		"wifi_side.png", "wifi_side.png", "wifi_front.png"},
 | 
			
		||||
		"wifi_side.png", "wifi_side.png",
 | 
			
		||||
		{name="wifi_front_animated.png", animation={type="vertical_frames",
 | 
			
		||||
			aspect_w=16, aspect_h=16, length=2.0}}},
 | 
			
		||||
	paramtype2 = "facedir",
 | 
			
		||||
	groups = {snappy=2, choppy=2, oddly_breakable_by_hand=2,},
 | 
			
		||||
	legacy_facedir_simple = true,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user