forked from minetest-mods/mesecons
		
	Tune digging time group for power plant
This commit is contained in:
		@@ -7,7 +7,7 @@ minetest.register_node("mesecons_powerplant:power_plant", {
 | 
				
			|||||||
	inventory_image = "jeija_power_plant.png",
 | 
						inventory_image = "jeija_power_plant.png",
 | 
				
			||||||
	paramtype = "light",
 | 
						paramtype = "light",
 | 
				
			||||||
	walkable = false,
 | 
						walkable = false,
 | 
				
			||||||
	groups = {snappy=2},
 | 
						groups = {snappy=3},
 | 
				
			||||||
	light_source = LIGHT_MAX-9,
 | 
						light_source = LIGHT_MAX-9,
 | 
				
			||||||
    	description="Power Plant",
 | 
					    	description="Power Plant",
 | 
				
			||||||
})
 | 
					})
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user