No suitable hotbar slot found for pick block!
Mazari44 opened this issue ยท 1 comments
If you read the warning message, it says to check the pickBlockableSlots
config.
Now granted maybe the warning message wasn't the clearest when it just says "no suitable slots found", but in this case it means that you have tools in all of the first five hotbar slots, and only the first five slots are by default allowed for the pick block function, set by the above mentioned config option. And the newer mod default behavior doesn't replace tools in the hotbar anymore, unless you go and flip the other mentioned configs to allow it.
But basically most likely you just want to edit the pickBlockableSlots
config to allow all hotbar slots => 1,2,3,4,5,6,7,8,9
.