mirror of
				https://github.com/minetest-mods/mesecons.git
				synced 2025-11-04 04:55:26 +01:00 
			
		
		
		
	Check for falling after piston pusher removal (#392)
This commit is contained in:
		@@ -72,6 +72,7 @@ local function piston_remove_pusher(pos, node)
 | 
			
		||||
		max_hear_distance = 20,
 | 
			
		||||
		gain = 0.3,
 | 
			
		||||
	})
 | 
			
		||||
	minetest.check_for_falling(pusherpos)
 | 
			
		||||
end
 | 
			
		||||
 | 
			
		||||
local piston_on = function(pos, node)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user