This commit is contained in:
Leijurv 2018-08-29 12:25:03 -07:00
parent 0342136edc
commit 5c5507cc9e
No known key found for this signature in database
GPG Key ID: 44A3EA646EADAC6A
1 changed files with 9 additions and 1 deletions

View File

@ -29,4 +29,12 @@ Baritone.settings().pathTimeoutMS.value = 2000L;
PathingBehavior.INSTANCE.setGoal(new GoalXZ(10000, 20000));
PathingBehavior.INSTANCE.path();
```
```
# Can I use Baritone as a library in my hacked client?
Sure!
# How is it so fast?
Magic