mirror of
				https://github.com/minetest-mods/mesecons.git
				synced 2025-11-04 12:55:29 +01:00 
			
		
		
		
	Set is_ground_content to false (#386)
This commit is contained in:
		@@ -49,7 +49,8 @@ function mesecon.register_pressure_plate(basename, description, textures_off, te
 | 
			
		||||
		inventory_image = image_i,
 | 
			
		||||
		wield_image = image_w,
 | 
			
		||||
		paramtype = "light",
 | 
			
		||||
	    	description = description,
 | 
			
		||||
		is_ground_content = false,
 | 
			
		||||
		description = description,
 | 
			
		||||
		pressureplate_basename = basename,
 | 
			
		||||
		on_timer = pp_on_timer,
 | 
			
		||||
		on_construct = function(pos)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user