working otp code generation

This commit is contained in:
BuckarooBanzay 2023-01-28 17:25:39 +01:00
parent 64eb6077b3
commit 831ba7772e
9 changed files with 149 additions and 42 deletions

11
test/Dockerfile Normal file
View file

@ -0,0 +1,11 @@
ARG ENGINE_VERSION=5.6.1
FROM registry.gitlab.com/minetest/minetest/server:${ENGINE_VERSION}
USER root
RUN apk add git &&\
mkdir -p /root/.minetest/worlds/world/worldmods/ &&\
cd /root/.minetest/worlds/world/worldmods/ &&\
git clone https://github.com/BuckarooBanzay/mtt
ENTRYPOINT minetestserver --config /minetest.conf

3
test/minetest.conf Normal file
View file

@ -0,0 +1,3 @@
default_game = minetest_game
mg_name = v7
mtt_enable = true