From 39b7446e3390344ffb2d1403c5c079dad6dd5077 Mon Sep 17 00:00:00 2001 From: oilboi <47129783+oilboi@users.noreply.github.com> Date: Tue, 30 Jun 2020 12:47:11 -0400 Subject: [PATCH] Fix floating torches --- mods/redstone/piston.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/mods/redstone/piston.lua b/mods/redstone/piston.lua index a606789..0273c3a 100644 --- a/mods/redstone/piston.lua +++ b/mods/redstone/piston.lua @@ -578,6 +578,7 @@ local function sticky_piston_pull_nodes(pos,dir) if pull and name ~= "air" then minetest.remove_node(index_pos) minetest.set_node(pos,{name=name,param2=param2}) + minetest.check_for_falling(index_pos) end end -- 2.44.0