From 24c522b0826d0f2c797a67d8aea5086ec9acff75 Mon Sep 17 00:00:00 2001 From: tenplus1 Date: Thu, 18 Mar 2021 17:10:56 +0000 Subject: [PATCH] increase timeframe to catch fish for mobile players --- fishing.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fishing.lua b/fishing.lua index b0210bc..e7c959e 100644 --- a/fishing.lua +++ b/fishing.lua @@ -257,7 +257,7 @@ minetest.register_entity("ethereal:bob_entity", { else -- waiting over, bob that bobber and play splash sound self.bob = true - self.patience = 0.8 + self.patience = 1.5 -- timeframe to catch fish after bob self.timer = 0 self.object:set_velocity({x = 0, y = -2, z = 0})