update script / settings

master
BuckarooBanzay 2020-04-23 21:00:48 +02:00
parent 65b2c64a7b
commit 1c5f955161
4 changed files with 10 additions and 1 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
data

View File

@ -12,3 +12,5 @@ scifi_nodes.doors_open_with_mesecon_only = true
mobs_spawn = false
secure.http_mods = blockexchange
time_speed = 0

View File

@ -5,6 +5,7 @@ MINETEST_VERSION=5.2.0
docker run --rm -it \
-u root:root \
-v $(pwd)/minetest.conf:/etc/minetest/minetest.conf:ro \
-v $(pwd)/worldmods:/root/.minetest/worlds/world/worldmods \
-v $(pwd)/worldmods:/root/.minetest/worlds/world/worldmods \
-v $(pwd)/data:/root/.minetest/worlds/world \
--network host \
registry.gitlab.com/minetest/minetest/server:${MINETEST_VERSION}

5
update.sh Executable file
View File

@ -0,0 +1,5 @@
#!/bin/sh
git submodule init
cd worldmods && ./update.sh