diff options
author | tenplus1 <kinsellaja@yahoo.com> | 2015-03-01 11:20:12 +0000 |
---|---|---|
committer | tenplus1 <kinsellaja@yahoo.com> | 2015-03-01 11:20:12 +0000 |
commit | 7db8a5122fac2c4a83616d1e8cae8d5667f3c7c2 (patch) | |
tree | 82c8157042a2e5e5dfb4bbbbc75214c34a594d7c /crystal.lua | |
parent | 41e4423dd952e58793ff19ea001997cad92d6b2f (diff) |
Updated for 0.4.11 dev and above
Diffstat (limited to 'crystal.lua')
-rw-r--r-- | crystal.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crystal.lua b/crystal.lua index 300f07d..de704f6 100644 --- a/crystal.lua +++ b/crystal.lua @@ -148,7 +148,7 @@ minetest.register_tool("ethereal:shovel_crystal", { local inv = user:get_inventory() - minetest.env:remove_node(pointed_thing.under) + minetest.remove_node(pointed_thing.under) nodeupdate(pos) inv:add_item("main", {name = nn}) |