mirror of
				https://github.com/minetest-mods/mesecons.git
				synced 2025-10-31 11:25:22 +01:00 
			
		
		
		
	Add sounds for wires and piston heads
This commit is contained in:
		| @@ -326,6 +326,7 @@ minetest.register_node("mesecons_pistons:piston_pusher_normal", { | ||||
| 	node_box = piston_pusher_box, | ||||
| 	on_rotate = piston_rotate_pusher, | ||||
| 	drop = "", | ||||
| 	sounds = default.node_sound_wood_defaults(), | ||||
| }) | ||||
|  | ||||
| -- Sticky ones | ||||
| @@ -403,6 +404,7 @@ minetest.register_node("mesecons_pistons:piston_pusher_sticky", { | ||||
| 	node_box = piston_pusher_box, | ||||
| 	on_rotate = piston_rotate_pusher, | ||||
| 	drop = "", | ||||
| 	sounds = default.node_sound_wood_defaults(), | ||||
| }) | ||||
|  | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user