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