aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLizzy Fleckenstein <54945686+LizzyFleckenstein03@users.noreply.github.com>2023-01-06 21:30:46 +0100
committerGitHub <noreply@github.com>2023-01-06 21:30:46 +0100
commitcdc8a5726e3d27eabb6595b273eda9cb79b69eba (patch)
treef6be0d2ea0239fde8000bade77bb9eb5009eeb28
parentc514ce112fd81a6f1e91e5c747c47b06ec273322 (diff)
parentc4aaacae8c2aeb2731742e4b71249832349aa674 (diff)
downloadhydra-dragonfire-cdc8a5726e3d27eabb6595b273eda9cb79b69eba.tar.xz
Merge pull request #4 from Minetest-j45/master
Clarify usage for mt package fork
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 275a6d5..1ac344d 100644
--- 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".