KEK False != True :clown:
This commit is contained in:
parent
19355cb4f2
commit
94ac15a8fc
@ -103,7 +103,7 @@ public class ToolSet {
|
|||||||
*/
|
*/
|
||||||
public int getBestSlot(Block b, boolean preferSilkTouch) {
|
public int getBestSlot(Block b, boolean preferSilkTouch) {
|
||||||
// Make all depending calculation respect auto tool value without doing unecessary calculations...
|
// Make all depending calculation respect auto tool value without doing unecessary calculations...
|
||||||
if (!Baritone.settings().ignoreAutoToolMovementCost.value) {
|
if (Baritone.settings().ignoreAutoToolMovementCost.value) {
|
||||||
return player.inventory.currentItem;
|
return player.inventory.currentItem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user