cabaletta / baritone

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

#goto cannot track multiple different blocks #761

Closed lolbox123 closed 5 years ago

lolbox123 commented 5 years ago

I play on 2b2t and sometimes i use #goto minecraft:white_shulker_box to find dupe stashes, and i was wondering if i could track multiple shulker colors at once and that got me wondering if baritone could track 2 blocks or more at the same time? if not this could be a very cool addition!

EmeraldSnorlax commented 5 years ago

use #mine shulkerbox shulkerbox shulkerbox instead

lolbox123 commented 5 years ago

would #mine shulkerbox go to every color of box? edit: baritone said that shulkerbox isnt a valid block name

EmeraldSnorlax commented 5 years ago

doing #mine white_shulker_box gray_shulker_box etc will path to every shulkerbox, then attempt to mine it. you can always cancel it when you arrive

lolbox123 commented 5 years ago

but with #goto whenever there is no box in the area, the bot just walks around until it finds one. but with #mine, the bot scans the area and stops when it sees that there is no box, saying that it found no locations. Edit: this could be fixed by having baritone walk around the world in search for an object to mine, instead of the bot stopping, similar to how #goto works.