diff options
author | TenPlus1 <kinsellaja@yahoo.com> | 2017-01-12 10:44:35 +0000 |
---|---|---|
committer | TenPlus1 <kinsellaja@yahoo.com> | 2017-01-12 10:44:35 +0000 |
commit | 4add54dbd24c820ad2da6b658044186b2818da3e (patch) | |
tree | a0fa5d8ef7280f002f586776da4c80420e4aac31 /crystal.lua | |
parent | eab8b175d3917bae7ccd26992ca34cd73ccafbeb (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.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 |