]> git.lizzy.rs Git - hydra-dragonfire.git/commitdiff
Merge pull request #4 from Minetest-j45/master master
authorLizzy Fleckenstein <54945686+LizzyFleckenstein03@users.noreply.github.com>
Fri, 6 Jan 2023 20:30:46 +0000 (21:30 +0100)
committerGitHub <noreply@github.com>
Fri, 6 Jan 2023 20:30:46 +0000 (21:30 +0100)
Clarify usage for mt package fork

README.md

index 275a6d5ee5ef2804bb0b7f18ca28c8b5f5d4c15a..1ac344d017bdf1995cdeb47b5dc90b8f2d7a1d83 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
 # Hydra
 <img src="https://cdn8.picryl.com/photo/2016/05/14/hydra-from-bl-royal-12-c-xix-f-13-b31e4a-1024.jpg" width="500" />
 
-Lua bindings for client side minetest protocol - written in Go, using [anon5's mt package](https://github.com/anon55555/mt).
+Lua bindings for client side minetest protocol - written in Go, using [a fork](https://github.com/dragonfireclient/mt) of [anon5's mt package](https://github.com/anon55555/mt).
 Capable of deserializing ToClt packets and serializing ToSrv packets.
 
 Main use case are bot clients. Multiple clients can easily be spawend and polled from one script - hence the name "Hydra".