diff options
author | Lizzy Fleckenstein <54945686+LizzyFleckenstein03@users.noreply.github.com> | 2023-01-06 21:30:46 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-06 21:30:46 +0100 |
commit | cdc8a5726e3d27eabb6595b273eda9cb79b69eba (patch) | |
tree | f6be0d2ea0239fde8000bade77bb9eb5009eeb28 | |
parent | c514ce112fd81a6f1e91e5c747c47b06ec273322 (diff) | |
parent | c4aaacae8c2aeb2731742e4b71249832349aa674 (diff) | |
download | hydra-dragonfire-cdc8a5726e3d27eabb6595b273eda9cb79b69eba.tar.xz |
Merge pull request #4 from Minetest-j45/master
Clarify usage for mt package fork
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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". |