From c69d6ab63f036cfb359bdf653a0d1fbd4f1fbed0 Mon Sep 17 00:00:00 2001 From: leca Date: Sun, 29 Sep 2024 18:32:21 +0300 Subject: [PATCH] done adding world name setting --- sample.env | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/sample.env b/sample.env index e1cf8ae..c6bc278 100644 --- a/sample.env +++ b/sample.env @@ -13,4 +13,8 @@ API_URL="https://content.minetest.net/api" # Nickname of server admin. Must be specified in order to launch server with --terminal option. # Either specify it or remove '--terminal' from entrypoint.sh -SERVER_ADMIN="" \ No newline at end of file +SERVER_ADMIN="" + +# World name +# Name of world to be saved in data/worlds +WORLD_NAME="world"