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