diff options
Diffstat (limited to 'crystal.lua')
-rw-r--r-- | crystal.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crystal.lua b/crystal.lua index 91aac19..e3782f6 100644 --- a/crystal.lua +++ b/crystal.lua @@ -194,6 +194,7 @@ minetest.register_tool("ethereal:shovel_crystal", { minetest.remove_node(pointed_thing.under) nodeupdate(pos) + --minetest.check_for_falling(pos) if minetest.setting_getbool("creative_mode") then |