mirror of
				https://github.com/minetest-mods/mesecons.git
				synced 2025-11-04 04:55:26 +01:00 
			
		
		
		
	Fix sticky piston up
This commit is contained in:
		@@ -294,7 +294,6 @@ minetest.register_node("mesecons_pistons:piston_up_normal", {
 | 
			
		||||
	groups = {cracky=3, mesecon=2},
 | 
			
		||||
	after_destruct = destruct,
 | 
			
		||||
	on_timer = timer,
 | 
			
		||||
	is_sticky_piston = true,
 | 
			
		||||
	mesecons = {effector={
 | 
			
		||||
		action_change = update
 | 
			
		||||
	}},
 | 
			
		||||
@@ -306,6 +305,7 @@ minetest.register_node("mesecons_pistons:piston_up_sticky", {
 | 
			
		||||
	groups = {cracky=3, mesecon=2},
 | 
			
		||||
	after_destruct = destruct,
 | 
			
		||||
	on_timer = timer,
 | 
			
		||||
	is_sticky_piston = true,
 | 
			
		||||
	mesecons = {effector={
 | 
			
		||||
		action_change = update
 | 
			
		||||
	}},
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user