You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While using mineflayer-pathfinder, i encountered a bug which is directly related to prismarine-block.
with some blocks block.digTime() returns 0, no matter which tool is used to check. currently i noticed this with 2 different blocks: copper_ore and smooth_basalt.
Steps to reproduce:
place copper_ore or smooth_basalt in your world
get the block with your bot: const block = bot.blockAt(new vec3(x, y, z), false)
While using mineflayer-pathfinder, i encountered a bug which is directly related to prismarine-block.
with some blocks
block.digTime()
returns 0, no matter which tool is used to check. currently i noticed this with 2 different blocks: copper_ore and smooth_basalt.Steps to reproduce:
const block = bot.blockAt(new vec3(x, y, z), false)
Output of running the function:
There could be more blocks with digTime 0, but I could only find these 2 as of now.
The text was updated successfully, but these errors were encountered: