that should NOT have been there
This commit is contained in:
parent
db3aa5a714
commit
008422680d
@ -46,7 +46,6 @@ public class CalculationContext implements Helper {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public CalculationContext(ToolSet toolSet) {
|
public CalculationContext(ToolSet toolSet) {
|
||||||
player().setSprinting(true);
|
|
||||||
this.toolSet = toolSet;
|
this.toolSet = toolSet;
|
||||||
this.hasThrowaway = Baritone.settings().allowPlace.get() && MovementHelper.throwaway(false);
|
this.hasThrowaway = Baritone.settings().allowPlace.get() && MovementHelper.throwaway(false);
|
||||||
this.hasWaterBucket = Baritone.settings().allowWaterBucketFall.get() && InventoryPlayer.isHotbar(player().inventory.getSlotFor(STACK_BUCKET_WATER)) && !world().provider.isNether();
|
this.hasWaterBucket = Baritone.settings().allowWaterBucketFall.get() && InventoryPlayer.isHotbar(player().inventory.getSlotFor(STACK_BUCKET_WATER)) && !world().provider.isNether();
|
||||||
|
@ -0,0 +1,4 @@
|
|||||||
|
package baritone.pathing.movement.movements;
|
||||||
|
|
||||||
|
public class MovementParkour {
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user