mirror of
				https://github.com/minetest-mods/mesecons.git
				synced 2025-11-04 12:55:29 +01:00 
			
		
		
		
	Digging and footstep sounds for everything that needs them! Plus, pushing buttons, punching switches, and flipping levers all make sounds.
This commit is contained in:
		@@ -85,6 +85,7 @@ function mesecon:register_pressure_plate(offstate, onstate, description, texture
 | 
			
		||||
		drop = offstate,
 | 
			
		||||
		pressureplate = ppspec,
 | 
			
		||||
		on_timer = pp_on_timer,
 | 
			
		||||
		sounds = default.node_sound_wood_defaults(),
 | 
			
		||||
		mesecons = {receptor = {
 | 
			
		||||
			state = mesecon.state.on
 | 
			
		||||
		}},
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user