From 84648fd95f1df6a7af3bcb872609529ba1c210a5 Mon Sep 17 00:00:00 2001 From: sys4 Date: Sat, 4 Jul 2020 18:56:21 +0200 Subject: [PATCH] Change hell.DEPTH to -19640 to keep the compat. with legacy code --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index ca75437..257a260 100644 --- a/init.lua +++ b/init.lua @@ -19,7 +19,7 @@ hell.path = minetest.get_modpath(hell.modname) hell.get_translator = S -- Settings -hell.DEPTH = -20000 -- The y location of the Hell +hell.DEPTH = -19640 -- The y location of the Hell hell.FASTTRAVEL_FACTOR = 10 -- 10 could be better value for Minetest, since there's no sprint, but ex-Minecraft players will be mathing for 8 hell.HELL_REALM_ENABLED = true -- Setting to false disables the Hell and Hell portal