From 47bea5fa5beb438d70c3ac511409214a11a640ed Mon Sep 17 00:00:00 2001 From: alemi Date: Tue, 20 Feb 2024 15:57:11 +0100 Subject: [PATCH] docs: fix link to treepuncher repo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c4578d5..26a777b 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ aiocraft is a collection of types, definitions and utils to build minecraft clie it is built on top of [PrismarineJS/minecraft-data](https://github.com/PrismarineJS/minecraft-data), which contains definitions for all types across all versions -aiocraft provides a raw implementation of a client but it isn't ready to be used, if you're looking for a convenient client library take a look at **[Treepuncher](https://git.alemi.dev/treepuncher/about)** +aiocraft provides a raw implementation of a client but it isn't ready to be used, if you're looking for a convenient client library take a look at **[Treepuncher](https://git.alemi.dev/treepuncher.git/about)** ## Packets the whole Minecraft protocol from `0.30c` to `1.19.3` is compiled and available @@ -19,7 +19,7 @@ await client.dispatcher.write(a_packet) ``` ## Client -an abstract client implementation is provided, but it's supposed to be extended (like in **[Treepuncher](https://git.alemi.dev/treepuncher/about)**) +an abstract client implementation is provided, but it's supposed to be extended (like in **[Treepuncher](https://git.alemi.dev/treepuncher.git/about)**) the abstract client implements flows for all game phases and both a `.join()` or a `.info()` method to easily start the login flow ## Types