From 59682e253a5c1184f7f2e95a2fb01d78b0e37292 Mon Sep 17 00:00:00 2001 From: sys4-fr Date: Wed, 17 Jan 2018 21:35:15 +0100 Subject: [PATCH] Change nether static spawn point to avoid the player to fall into lava --- minetest.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/minetest.conf b/minetest.conf index 0e79d554..7873f025 100755 --- a/minetest.conf +++ b/minetest.conf @@ -86,7 +86,7 @@ curl_timeout = 15000 # Emplacement du static spawn point static_spawnpoint = 144, 25, 261 # Emplacment du static spawn pour le nether -nether_static_spawnpoint = 30, -20023, -9 +nether_static_spawnpoint = 79, -20018, -45 # Désactivation de l'anti-cheat qui fait ce téléporter en arrière si l'on va trop vite disable_anticheat = true