Go to file
2024-12-07 01:05:56 +03:00
.gitignore gitignore 2024-12-07 00:48:37 +03:00
docker-compose.yaml update 2024-12-07 00:56:14 +03:00
Dockerfile working server 2024-12-07 00:46:42 +03:00
README.md readme 2024-12-07 01:05:56 +03:00

Luanti (ex. minetest) programmable

What is it?

It's a Luanti (minetest) server with additionally included lua libraries.

It is based on official minetest docker image distributing by maintainers.

How does it work?

Docker image includes lua-socket addon to provide possibility to listen to the TCP port.

It's strongly necessary for mineysocket to be run.

Mineysocket is a Network API for Luanti server.