From b9b911eb3bc55f423f6ff0666dcd527618b1cc68 Mon Sep 17 00:00:00 2001 From: Leijurv Date: Mon, 15 Oct 2018 17:01:29 -0700 Subject: [PATCH] add impact link --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 81e07ab33..c6037be8e 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,8 @@ A Minecraft pathfinder bot. This project is an updated version of [MineBot](https://github.com/leijurv/MineBot/), the original version of the bot for Minecraft 1.8, rebuilt for 1.12.2. Baritone focuses on reliability and particularly performance (it's over [29x faster](https://github.com/cabaletta/baritone/pull/180#issuecomment-423822928) than MineBot at calculating paths). +Baritone is the pathfinding system used in [Impact](https://impactdevelopment.github.io/) since 4.4. + Here are some links to help to get started: - [Features](FEATURES.md)