Open tabbry opened 3 weeks ago
that's probably due to incorrect data. Can you take a look @GroobleDierne ?
@tabbry can you open a PR with that test?
Thank you @rom1504 for checking my comment. I created a PR: https://github.com/PrismarineJS/prismarine-block/pull/103. Please note, that this is my first PR in a public repo, in case I missed something...
Problem first discovered in
mineflayer-tool
when playing MC1.20.6
as it was no longer able to determine the best tool, due to wrong digTime calculation. It seemed like it made the calculation fordigTime = 900
fordirt
no matter the tool.Using following test by appending
/test/basic.test.js
revealed that the problem seems to have been introduced with1.20.5
as1.20.4
seems to just work fine.