readme
This commit is contained in:
parent
0342136edc
commit
5c5507cc9e
10
README.md
10
README.md
@ -29,4 +29,12 @@ Baritone.settings().pathTimeoutMS.value = 2000L;
|
|||||||
|
|
||||||
PathingBehavior.INSTANCE.setGoal(new GoalXZ(10000, 20000));
|
PathingBehavior.INSTANCE.setGoal(new GoalXZ(10000, 20000));
|
||||||
PathingBehavior.INSTANCE.path();
|
PathingBehavior.INSTANCE.path();
|
||||||
```
|
```
|
||||||
|
|
||||||
|
# Can I use Baritone as a library in my hacked client?
|
||||||
|
|
||||||
|
Sure!
|
||||||
|
|
||||||
|
# How is it so fast?
|
||||||
|
|
||||||
|
Magic
|
Loading…
Reference in New Issue
Block a user