From 5c5507cc9e032664480558b6b324b1862ef06997 Mon Sep 17 00:00:00 2001 From: Leijurv Date: Wed, 29 Aug 2018 12:25:03 -0700 Subject: [PATCH] readme --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5260cdc18..2748cb4f4 100644 --- a/README.md +++ b/README.md @@ -29,4 +29,12 @@ Baritone.settings().pathTimeoutMS.value = 2000L; PathingBehavior.INSTANCE.setGoal(new GoalXZ(10000, 20000)); PathingBehavior.INSTANCE.path(); -``` \ No newline at end of file +``` + +# Can I use Baritone as a library in my hacked client? + +Sure! + +# How is it so fast? + +Magic \ No newline at end of file