Casting rod always casts directly south #3537
Labels
possible bug
Stage1
just created by someone new to the project, we don't know yet if it deserves an implementation / a f
Versions
Detailed description of a problem
Whenever I use the
bot.fish
command, the rod is always cast directly south, regardless of what direction the bot is looking (head) or facing (body).What did you try yet?
I've tried using both a look and a lookAt before using either the
bot.fish
or thebot.activate
command.It appears as though the direction is being hardcoded into the activate command
Your current code
In the above code the bot will look at the water block as expected, then after the 1 second delay it will cast the rod and change its look direction to the south.
Expected behavior
I expect the fish/activateItem function to not override the look direction
The text was updated successfully, but these errors were encountered: