forked from minetest-mods/mesecons
		
	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