Fishing waiting times are different from Minecraft #836
Labels
No Label
#P1 CRITICAL
#P2: HIGH
#P3: elevated
#P4 priority: medium
#P6: low
#Review
annoying
API
bug
code quality
combat
commands
compatibility
configurability
contribution inside
controls
core feature
creative mode
delayed for engine release
documentation
duplicate
enhancement
environment
feature request
gameplay
graphics
ground content conflict
GUI/HUD
help wanted
incomplete feature
invalid / won't fix
items
looking for contributor
mapgen
meta
mineclone2+
Minecraft >= 1.13
Minecraft >= 1.17
missing feature
mobile
mobs
mod support
model needed
multiplayer
Needs adoption
needs discussion
needs engine change
needs more information
needs research
nodes
non-mob entities
performance
player
possible close
redstone
release notes
schematics
Skyblock
sounds
Testing / Retest
tools
translation
unconfirmed
mcl5
mcla
Media missing
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: VoxeLibre/VoxeLibre#836
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.
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. :)
If I understand correctly, we need to change
800
to800/72*30 = 333
ticks here?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
15cb94b9b3
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.