From: oilboi <47129783+oilboi@users.noreply.github.com> Date: Tue, 30 Jun 2020 16:47:11 +0000 (-0400) Subject: Fix floating torches X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=39b7446e3390344ffb2d1403c5c079dad6dd5077;p=Crafter.git Fix floating torches --- 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