cabaletta / baritone

google maps for block game
GNU Lesser General Public License v3.0
7.26k stars 1.45k forks source link

"find" is unsuccessful, but "goto" and "mine" can be found correctly #4504

Closed jipu123 closed 1 month ago

jipu123 commented 1 month ago

I want "find" to find a target just like "mine" and "goto".

ZacSharp commented 1 month ago

#find does not do the same as #mine/#goto. It checks Baritones cache of positions of "special" blocks and hence only works for those "special" blocks. What kind of blocks is considered special differs between versions, but usually it's rare blocks with a behavior significantly different from standard solid blocks (slime is a good example).