Change hell.DEPTH to -19640 to keep the compat. with legacy code
This commit is contained in:
parent
172d2c7501
commit
84648fd95f
2
init.lua
2
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
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user