add the 'replace' parameter like the real '/fill' command to the 'sel' function of baritone
NONAME-2121237 opened this issue ยท 2 comments
When I use the 'sel' function to clear the block, I find that the baritone will get stuck in the wayfinding calculation at a distance, and when there are blocks in the selection area that cannot be destroyed by the survival mode such as bedrock and folding door, the baritone will always try to destroy it with empty hands
I hope to add the 'replace' parameter like the real '/fill' command to the 'sel' function of baritone, and also add a skip list during block cleaning (after all, some mods will also add unbreakable blocks).
I am using minecraft version 1.19.2
Final checklist
- I know how to properly use check boxes
- I have not used any OwO's or UwU's in this issue.
as you can see in the comand description (Line 309) there already is a option to replace blocks.
baritone/src/main/java/baritone/command/defaults/SelCommand.java
Lines 289 to 317 in 790a4f6
about the skip list, you can add any block to the buildIgnorBlock list and baritone will not break it when clearing out a selection.
baritone/src/api/java/baritone/api/Settings.java
Lines 239 to 244 in 790a4f6
there are more settings about the building behavior of baritone you may want to check out.