]> git.lizzy.rs Git - hydra-dragonfire.git/commitdiff
Update README.md 4/head
authorj45 <55553015+Minetest-j45@users.noreply.github.com>
Fri, 6 Jan 2023 19:12:50 +0000 (19:12 +0000)
committerGitHub <noreply@github.com>
Fri, 6 Jan 2023 19:12:50 +0000 (19:12 +0000)
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".