Compare commits
2 Commits
dd331a6868
...
nalc-1.2.0
Author | SHA1 | Date | |
---|---|---|---|
84648fd95f | |||
172d2c7501 |
2
init.lua
2
init.lua
@ -19,7 +19,7 @@ hell.path = minetest.get_modpath(hell.modname)
|
|||||||
hell.get_translator = S
|
hell.get_translator = S
|
||||||
|
|
||||||
-- Settings
|
-- 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.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
|
hell.HELL_REALM_ENABLED = true -- Setting to false disables the Hell and Hell portal
|
||||||
|
|
||||||
|
@ -39,10 +39,10 @@ end
|
|||||||
|
|
||||||
local function add_aliases(old, new)
|
local function add_aliases(old, new)
|
||||||
minetest.register_alias("nether:"..old, "hell:"..new)
|
minetest.register_alias("nether:"..old, "hell:"..new)
|
||||||
minetest.register_alias("nether"..":stair_"..old, "hell"..":stair_"..new)
|
minetest.register_alias("nether:stair_"..old, "hell:stair_"..new)
|
||||||
minetest.register_alias("nether"..":slab_"..old, "hell"..":slab_"..new)
|
minetest.register_alias("nether:slab_"..old, "hell:slab_"..new)
|
||||||
minetest.register_alias("stairs:"..":stair_"..old, "hell"..":stair_"..new)
|
minetest.register_alias("stairs:stair_"..old, "hell:stair_"..new)
|
||||||
minetest.register_alias("stairs:"..":slab_"..old, "hell"..":slab_"..new)
|
minetest.register_alias("stairs:slab_"..old, "hell:slab_"..new)
|
||||||
end
|
end
|
||||||
|
|
||||||
--[[
|
--[[
|
||||||
|
Reference in New Issue
Block a user