Baritone AI pathfinder

Baritone AI pathfinder

72.7k Downloads

Baritone #Sel cleararea shovels snow constantly

GloomyGerbil opened this issue ยท 1 comments

commented

Baritone shovels snow when clearing out a huge area, and if it's snowing it will constantly shovel snow as opposed to clearing out the area. ie dirt/stone

I did later try to use blocksToAvoidBreaking & added snow to the list to no avail
list looks like this:
crafting_table,furnace,chest,trapped_chest,snow

I considered using #sel replace command however there doesn't seem to be an option to select multiple items ie dirt, stone, grass blocks, gravel etc... and replace with air

Some information

Operating system: Win10 x64
Java version: 8 update 241
Minecraft version: 1.5.2
Baritone version: 1.5.1
Forge mods (if used): N/A

How to reproduce

1 Go to a snow biome (it's worse if its already snowing)
2 Make sure you have shovel & pick equipped
3 Select a decently large area with #Sel command; ensure it covers a few blocks deep underground and a couple blocks above terrain level
4 Run #Sel cleararea
5 Watch as it frustratingly start shoveling all the snow

Modified settings

allowParkour - true
avoidance - true
blocksToAvoidBreaking - crafting_table,furnace,chest,trapped_chest,snow
chatControl - false

Final checklist

  • I know how to properly use check boxes
  • I have included the version of Minecraft I'm running, baritone's version and forge mods (if used).
  • I have included logs, exceptions and / or steps to reproduce the issue.
commented

Found a solution, the command to use isn't blocksToAvoidBreaking but rather BuildIgnoreBlocks..
For anyone looking at this in the future.. the command is #set BuildIgnoreBlocks snow
Be warned that when building schematics with the #build command it will ignore placing blocks that you set here.

FYI:
Usage.md says: "For the rest of the commands, you can take a look at the code here." with this link:
https://github.com/cabaletta/baritone/blob/master/src/api/java/baritone/api/utils/ExampleBaritoneControl.java
-- This goes to a 404 page not found