diff options
author | j45 <55553015+Minetest-j45@users.noreply.github.com> | 2023-01-06 19:12:50 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-06 19:12:50 +0000 |
commit | c4aaacae8c2aeb2731742e4b71249832349aa674 (patch) | |
tree | cd80d20b4af149c844fa9d3433f6914a8a44e581 | |
parent | 03d0a15a9b805625bd8837dbb4eae78af574ce35 (diff) | |
download | hydra-dragonfire-c4aaacae8c2aeb2731742e4b71249832349aa674.tar.xz |
Update README.md
-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". |