Merge branch 'master' into benchmark

This commit is contained in:
Leijurv
2018-08-29 14:16:32 -07:00
+9 -1
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