summaryrefslogtreecommitdiff
path: root/fishing.lua
diff options
context:
space:
mode:
authorTenPlus1 <kinsellaja@yahoo.com>2016-05-17 21:40:05 +0100
committerTenPlus1 <kinsellaja@yahoo.com>2016-05-17 21:40:05 +0100
commitb1f0ded17316dcaf729c3dc2d7d21aed70c2b7ca (patch)
treeadc72eb32963a67a19863bc8e3060cb4b7df1d1b /fishing.lua
parentc47c840f2aaf35c9ea284be191798cb3a566b175 (diff)
Ethereal NG 1.20 release for minetest 0.4.14
Diffstat (limited to 'fishing.lua')
-rw-r--r--fishing.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/fishing.lua b/fishing.lua
index dbcf205..ff40c73 100644
--- a/fishing.lua
+++ b/fishing.lua
@@ -85,6 +85,7 @@ minetest.register_craftitem("ethereal:fishing_rod_baited", {
wield_image = "fishing_rod_wield.png",
stack_max = 1,
liquids_pointable = true,
+
on_use = function (itemstack, user, pointed_thing)
if pointed_thing.type ~= "node" then