Baritone AI pathfinder

Baritone AI pathfinder

72.7k Downloads

I want to only mine a specific type of wood and with auto mine I cant seem to make it do that

Br3xin opened this issue ยท 4 comments

commented

What do you need help with?

plz tell me how to make it only mine 1 type of wood

Final checklist

  • I know how to properly use check boxes
  • I have not used any OwO's or UwU's in this issue.
commented

#mine oak_log
#mine birch_log

All you really need is the namespaced id, which can be googled or seen ingame via the F3 menu

commented

The thing is the namespace IDs changed in version 1.13. For version 1.13 and above, @CDAGaming's method should work.

For 1.12 and below, all the log types are two blocks, log and log2. And the variant is stored as a data value. If you only want blocks with a specific data value, you can specify like so:

log:0 is for Oak Logs
log:1 for Spruce
log:2 for Birch
log:3 for Jungle
log2:0 for Acacia
log2:1 for Dark Oak.

commented

The thing is the namespace IDs changed in version 1.13. For version 1.13 and above, @CDAGaming's method should work.

For 1.12 and below, all the log types are two blocks, log and log2. And the variant is stored as a data value. If you only want blocks with a specific data value, you can specify like so:

log:0 is for Oak Logs
log:1 for Spruce
log:2 for Birch
log:3 for Jungle
log2:0 for Acacia
log2:1 for Dark Oak.

thank you so much

commented

So please close the issue