Fishing waiting times are different from Minecraft #836

Closed
opened 2020-09-13 21:49:24 +02:00 by anon5 · 5 comments

In MineClone 2 the fishing wait time is 50 to 800 steps (0.09 seconds) which is between 4.5 and 72 seconds, but in Minecraft it's between 5 and 30 seconds.

In MineClone 2 the fishing wait time is 50 to 800 steps (0.09 seconds) which is between 4.5 and 72 seconds, but in Minecraft it's between 5 and 30 seconds.
Contributor

Indeed, this should be fixed. Fishing in MC2 can be super boring when you get several long wait times in a row. I didn't create an issue over this simply because there are so many mobs that you have more than enough food. Maybe this will be polished sometime later, but that's another issue. :)

Indeed, this should be fixed. Fishing in MC2 can be super boring when you get several long wait times in a row. I didn't create an issue over this simply because there are so many mobs that you have more than enough food. Maybe this will be polished sometime later, but that's another issue. :)
Contributor

If I understand correctly, we need to change 800 to 800/72*30 = 333 ticks here?

If I understand correctly, we need to change ```800``` to ```800/72*30 = 333``` ticks [here](https://git.minetest.land/Wuzzy/MineClone2/src/branch/master/mods/ITEMS/mcl_fishing/init.lua#L241)?
Contributor

When I realize that the time is too long I use to just rethrow it :)

The issues related to fishing rod are still listed here: Wuzzy/MineClone2#46

When I realize that the time is too long I use to just rethrow it :) The issues related to fishing rod are still listed here: https://git.minetest.land/Wuzzy/MineClone2/issues/46
Contributor
https://git.minetest.land/Wuzzy/MineClone2/commit/15cb94b9b33d1713ee60b970c6e70a5ddda3fd2b
kay27 closed this issue 2020-09-20 01:40:21 +02:00
Contributor

Reeling and rethrowing takes one use away from the fishing rod, so that's not ideal. I didn't know the maximum wait time is that high, so that should definitely go down. Out in the open, in 5 minutes you can get more mobs than fish, so that alone makes fishing like some random feature.

This and the mobs should be reasonably balanced so it's neither too easy or too hard to get food.

#807 also has a few things on the to-do list.

Reeling and rethrowing takes one use away from the fishing rod, so that's not ideal. I didn't know the maximum wait time is that high, so that should definitely go down. Out in the open, in 5 minutes you can get more mobs than fish, so that alone makes fishing like some random feature. This and the mobs should be reasonably balanced so it's neither too easy or too hard to get food. #807 also has a few things on the to-do list.
kay27 added the
gameplay
annoying
labels 2020-09-21 14:30:06 +02:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: VoxeLibre/VoxeLibre#836
No description provided.