Shopping List Esque feature
bruhmeme24 opened this issue ยท 3 comments
A way to load a list of items from a file, and then have baritone automatically seek them out, ex; 12 apples, 128 dirt, 3 diamonds, through automining, maybe even a way to autocraft the items on the list, allowing for things like, 64 oak planks, 12 sticks, 1 diamond chestplate.
Something like #list Filename
baritone shitter.txt
done should work
doesnt work for items that have to be crafted, since I cant be bothered to do that
@HourX11 "done should work" is simply wrong. The file doesn't even look like you really tried making it work. It looks like you tried making it look like it works.
- This file looks like a standalone java program, but cannot work outside a running instance of Minecraft with Baritone installed. There's lots of potential for misguided troubleshooting here.
- I don't see any reason to read a file the way you did it, unless the goal is getting some more lines of code into the file.
- There is no
#mine filter ...
command and not even a single Baritone command uses numerical block ids.
You may be looking for something like AltoClef which wraps the Baritone API. It can do what you described with the get
command.