diff options
author | TenPlus1 <kinsellaja@yahoo.com> | 2017-01-07 18:28:54 +0000 |
---|---|---|
committer | TenPlus1 <kinsellaja@yahoo.com> | 2017-01-07 18:28:54 +0000 |
commit | a54fb59a0e70fc70e141486b68c1b0fa5ed3b573 (patch) | |
tree | 6e5c813dba6bf0ace577bef300b13d956d88f6c3 /crystal.lua | |
parent | a9f3896ae764f6fa48472b987ac3b33a50b48b78 (diff) |
added coral and silver sand (minetest 0.4.15 only)
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 |