]> git.lizzy.rs Git - Crafter.git/commitdiff
Fix floating torches
authoroilboi <47129783+oilboi@users.noreply.github.com>
Tue, 30 Jun 2020 16:47:11 +0000 (12:47 -0400)
committeroilboi <47129783+oilboi@users.noreply.github.com>
Tue, 30 Jun 2020 16:47:11 +0000 (12:47 -0400)
mods/redstone/piston.lua

index a6067898152b61022b75c72680aef4fba365d575..0273c3aa817f6d9620b6e8e0511cd5ebf4144a12 100644 (file)
@@ -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