summaryrefslogtreecommitdiff
path: root/crystal.lua
diff options
context:
space:
mode:
authorTenPlus1 <kinsellaja@yahoo.com>2017-01-12 10:44:35 +0000
committerTenPlus1 <kinsellaja@yahoo.com>2017-01-12 10:44:35 +0000
commit4add54dbd24c820ad2da6b658044186b2818da3e (patch)
treea0fa5d8ef7280f002f586776da4c80420e4aac31 /crystal.lua
parenteab8b175d3917bae7ccd26992ca34cd73ccafbeb (diff)
new dirt top textures (thanks RQWorldblender) and falling node check for 0.4.14/15
Diffstat (limited to 'crystal.lua')
-rw-r--r--crystal.lua3
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