summaryrefslogtreecommitdiff
path: root/fishing.lua
diff options
context:
space:
mode:
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