cabaletta / baritone

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

Making item command #4551

Closed Cruz808 closed 1 week ago

Cruz808 commented 2 weeks ago

A command for making an item would be a cool feature, you could put in a command like #make minecraft:blue_bed, and baritone would go and get all the resources for the item and put them together It would be helpful to have a value you can set for how many of that item you can make This would be a very nice quality of life feature

ZacSharp commented 1 week ago

Getting the resources is not just a nice quality of life feature. It's a very complex feature and takes a lot of effort to implement. Just crafting an item from resources you already have is realistic, gathering resources beforehand is too much. It is possible for sure, but Baritone won't have this feature any time soon.