forked from minetest-mods/mesecons
Fix sticky piston retraction not working
This commit is contained in:
parent
23bebfc054
commit
594d061d6d
|
@ -216,6 +216,7 @@ minetest.register_node("mesecons_pistons:piston_sticky", {
|
||||||
paramtype2 = "facedir",
|
paramtype2 = "facedir",
|
||||||
after_destruct = destruct,
|
after_destruct = destruct,
|
||||||
on_timer = timer,
|
on_timer = timer,
|
||||||
|
is_sticky_piston = true,
|
||||||
after_place_node = function(pos, placer)
|
after_place_node = function(pos, placer)
|
||||||
if not placer then --not placed by player
|
if not placer then --not placed by player
|
||||||
return
|
return
|
||||||
|
|
Loading…
Reference in New Issue
Block a user