mirror of
				https://github.com/minetest-mods/mesecons.git
				synced 2025-11-04 04:55:26 +01:00 
			
		
		
		
	Fix sticky piston retraction not working
This commit is contained in:
		@@ -216,6 +216,7 @@ minetest.register_node("mesecons_pistons:piston_sticky", {
 | 
			
		||||
	paramtype2 = "facedir",
 | 
			
		||||
	after_destruct = destruct,
 | 
			
		||||
	on_timer = timer,
 | 
			
		||||
	is_sticky_piston = true,
 | 
			
		||||
	after_place_node = function(pos, placer)
 | 
			
		||||
		if not placer then --not placed by player
 | 
			
		||||
			return
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user