Skip to content

Commit

Permalink
Neglect glass or glass panes when pathfinding to chest
Browse files Browse the repository at this point in the history
  • Loading branch information
Jelly298 committed Apr 24, 2023
1 parent 1261f89 commit 93c29af
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -561,11 +561,14 @@ BaritoneConfig getAutomineConfig(){
new ArrayList<Block>(){
{
add(Blocks.chest);
add(Blocks.stained_glass);
add(Blocks.stained_glass_pane);
}
},
null,
256,
0
);
}

}

0 comments on commit 93c29af

Please sign in to comment.