From b1f0ded17316dcaf729c3dc2d7d21aed70c2b7ca Mon Sep 17 00:00:00 2001 From: TenPlus1 Date: Tue, 17 May 2016 21:40:05 +0100 Subject: Ethereal NG 1.20 release for minetest 0.4.14 --- fishing.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'fishing.lua') 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 -- cgit v1.2.3